| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph.net | |
| com.vesoft.nebula.client.meta |
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
SyncConnection.authenticate(String user,
String password) |
SyncConnection |
ConnObjectPool.create() |
Session |
NebulaPool.getSession(String userName,
String password,
boolean reconnect)
get a session from the NebulaPool
|
SessionWrapper |
SessionsManager.getSessionWrapper()
getSessionWrapper: return a SessionWrapper from sessionManager,
the SessionWrapper couldn't use by multi-thread
|
abstract void |
Connection.open(HostAddress address,
int timeout) |
void |
SyncConnection.open(HostAddress address,
int timeout) |
abstract void |
Connection.open(HostAddress address,
int timeout,
SSLParam sslParam) |
void |
SyncConnection.open(HostAddress address,
int timeout,
SSLParam sslParam) |
abstract void |
Connection.reopen() |
void |
SyncConnection.reopen() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaClient.connect() |
| Constructor and Description |
|---|
MetaManager(List<HostAddress> address)
init the meta info cache
|
MetaManager(List<HostAddress> address,
int timeout,
int connectionRetry,
int executionRetry,
boolean enableSSL,
SSLParam sslParam)
init the meta info cache with more config
|
Copyright © 2022. All rights reserved.