| Package | Description |
|---|---|
| com.vesoft.nebula.client.graph | |
| com.vesoft.nebula.client.graph.data | |
| com.vesoft.nebula.client.graph.net | |
| com.vesoft.nebula.client.meta | |
| com.vesoft.nebula.client.storage |
| Modifier and Type | Method and Description |
|---|---|
SSLParam |
NebulaPoolConfig.getSslParam() |
| Modifier and Type | Method and Description |
|---|---|
void |
NebulaPoolConfig.setSslParam(SSLParam sslParam) |
| Modifier and Type | Class and Description |
|---|---|
class |
CASignedSSLParam |
class |
SelfSignedSSLParam |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Connection.open(HostAddress address,
int timeout,
SSLParam sslParam) |
void |
SyncConnection.open(HostAddress address,
int timeout,
SSLParam sslParam) |
| Constructor and Description |
|---|
RoundRobinLoadBalancer(List<HostAddress> addresses,
int timeout,
SSLParam sslParam) |
| Constructor and Description |
|---|
MetaClient(List<HostAddress> addresses,
int timeout,
int connectionRetry,
int executionRetry,
boolean enableSSL,
SSLParam sslParam) |
MetaManager(List<HostAddress> address,
int timeout,
int connectionRetry,
int executionRetry,
boolean enableSSL,
SSLParam sslParam)
init the meta info cache with more config
|
| Modifier and Type | Method and Description |
|---|---|
SSLParam |
StoragePoolConfig.getSslParam() |
| Modifier and Type | Method and Description |
|---|---|
protected GraphStorageConnection |
GraphStorageConnection.open(HostAddress address,
int timeout,
boolean enableSSL,
SSLParam sslParam) |
void |
StoragePoolConfig.setSslParam(SSLParam sslParam) |
| Constructor and Description |
|---|
StorageClient(List<HostAddress> addresses,
int timeout,
int connectionRetry,
int executionRetry,
boolean enableSSL,
SSLParam sslParam)
Get a Nebula Storage client that executes the scan query to get NebulaGraph's data with
multi servers' hosts, timeout and ssl config.
|
Copyright © 2022. All rights reserved.