NebulaGraph Java Client  release-3.6
SyncConnection Class Reference
+ Inheritance diagram for SyncConnection:
+ Collaboration diagram for SyncConnection:

Public Member Functions

void open (HostAddress address, int timeout, SSLParam sslParam) throws IOErrorException, ClientServerIncompatibleException
 
void open (HostAddress address, int timeout, SSLParam sslParam, boolean isUseHttp2, Map< String, String > headers) throws IOErrorException, ClientServerIncompatibleException
 
void open (HostAddress address, int timeout) throws IOErrorException, ClientServerIncompatibleException
 
void open (HostAddress address, int timeout, boolean isUseHttp2, Map< String, String > headers) throws IOErrorException, ClientServerIncompatibleException
 
void reopen () throws IOErrorException, ClientServerIncompatibleException
 
AuthResult authenticate (String user, String password) throws AuthFailedException, IOErrorException, ClientServerIncompatibleException
 
ExecutionResponse execute (long sessionID, String stmt) throws IOErrorException
 
ExecutionResponse executeWithParameter (long sessionID, String stmt, Map< byte[], com.vesoft.nebula.Value > parameterMap) throws IOErrorException
 
String executeJson (long sessionID, String stmt) throws IOErrorException
 
String executeJsonWithParameter (long sessionID, String stmt, Map< byte[], com.vesoft.nebula.Value > parameterMap) throws IOErrorException
 
void signout (long sessionId)
 
boolean ping ()
 
boolean ping (long sessionID)
 
void close ()
 
- Public Member Functions inherited from Connection
HostAddress getServerAddress ()
 

Protected Attributes

TTransport transport = null
 
TProtocol protocol = null
 
- Protected Attributes inherited from Connection
HostAddress serverAddr = null
 

Detailed Description

Definition at line 45 of file SyncConnection.java.


The documentation for this class was generated from the following file: