| Modifier and Type | Method and Description |
|---|---|
List<HostAddress> |
SessionsManagerConfig.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
SessionsManagerConfig |
SessionsManagerConfig.setAddresses(List<HostAddress> addresses) |
| Modifier and Type | Field and Description |
|---|---|
protected HostAddress |
Connection.serverAddr |
| Modifier and Type | Method and Description |
|---|---|
HostAddress |
LoadBalancer.getAddress() |
HostAddress |
RoundRobinLoadBalancer.getAddress() |
HostAddress |
Session.getGraphHost()
Gets the service address of the current connection
|
HostAddress |
Connection.getServerAddress() |
| Modifier and Type | Method and Description |
|---|---|
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) |
boolean |
RoundRobinLoadBalancer.ping(HostAddress addr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NebulaPool.init(List<HostAddress> addresses,
NebulaPoolConfig config) |
| Constructor and Description |
|---|
RoundRobinLoadBalancer(List<HostAddress> addresses,
int timeout) |
RoundRobinLoadBalancer(List<HostAddress> addresses,
int timeout,
SSLParam sslParam) |
| Modifier and Type | Field and Description |
|---|---|
protected List<HostAddress> |
AbstractMetaClient.addresses |
| Constructor and Description |
|---|
MetaClient(HostAddress address) |
| Constructor and Description |
|---|
AbstractMetaClient(List<HostAddress> addresses,
int timeout,
int connectionRetry,
int executionRetry) |
MetaClient(List<HostAddress> addresses) |
MetaClient(List<HostAddress> addresses,
int connectionRetry,
int executionRetry) |
MetaClient(List<HostAddress> addresses,
int timeout,
int connectionRetry,
int executionRetry) |
MetaClient(List<HostAddress> addresses,
int timeout,
int connectionRetry,
int executionRetry,
boolean enableSSL,
SSLParam sslParam) |
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
|
| Modifier and Type | Field and Description |
|---|---|
HostAddress |
GraphStorageConnection.address |
| Modifier and Type | Method and Description |
|---|---|
HostAddress |
GraphStorageConnection.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConnPoolFactory.activateObject(HostAddress address,
org.apache.commons.pool2.PooledObject<GraphStorageConnection> pooledObject) |
void |
StorageConnPoolFactory.destroyObject(HostAddress hostAndPort,
org.apache.commons.pool2.PooledObject<GraphStorageConnection> pooledObject) |
int |
StorageConnPool.get(HostAddress address) |
int |
StorageConnPool.getNumActive(HostAddress address) |
GraphStorageConnection |
StorageConnPool.getStorageConnection(HostAddress address) |
org.apache.commons.pool2.PooledObject<GraphStorageConnection> |
StorageConnPoolFactory.makeObject(HostAddress address) |
protected GraphStorageConnection |
GraphStorageConnection.open(HostAddress address,
int timeout,
boolean enableSSL,
SSLParam sslParam) |
void |
StorageConnPoolFactory.passivateObject(HostAddress hostAndPort,
org.apache.commons.pool2.PooledObject<GraphStorageConnection> pooledObject) |
void |
StorageConnPool.release(HostAddress address,
GraphStorageConnection connection) |
boolean |
StorageConnPoolFactory.validateObject(HostAddress hostAndPort,
org.apache.commons.pool2.PooledObject<GraphStorageConnection> pooledObject) |
| Constructor and Description |
|---|
StorageClient(List<HostAddress> addresses)
Get a Nebula Storage client that executes the scan query to get NebulaGraph's data with multi
servers' host.
|
StorageClient(List<HostAddress> addresses,
int timeout)
Get a Nebula Storage client that executes the scan query to get NebulaGraph's data with
multi servers' hosts and timeout.
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<HostAddress> |
ScanResultIterator.addresses |
| Modifier and Type | Method and Description |
|---|---|
HostAddress |
PartScanInfo.getLeader() |
protected HostAddress |
ScanResultIterator.getLeader(HostAddr leader) |
| Modifier and Type | Method and Description |
|---|---|
PartScanInfo |
PartScanQueue.getPart(HostAddress leader)
get part according to leader
|
void |
PartScanInfo.setLeader(HostAddress leader) |
| Modifier and Type | Method and Description |
|---|---|
ScanEdgeResultIterator.ScanEdgeResultBuilder |
ScanEdgeResultIterator.ScanEdgeResultBuilder.withAddresses(List<HostAddress> addresses) |
ScanVertexResultIterator.ScanVertexResultBuilder |
ScanVertexResultIterator.ScanVertexResultBuilder.withAddresses(List<HostAddress> addresses) |
| Constructor and Description |
|---|
PartScanInfo(int part,
HostAddress leader) |
| Constructor and Description |
|---|
ScanResultIterator(MetaManager metaManager,
StorageConnPool pool,
PartScanQueue partScanQueue,
List<HostAddress> addresses,
String spaceName,
String labelName,
boolean partSuccess) |
Copyright © 2022. All rights reserved.