| Package | Description |
|---|---|
| com.vesoft.nebula.client.storage |
| Modifier and Type | Method and Description |
|---|---|
protected GraphStorageConnection |
StorageClient.getConnection()
return client's connection session
|
GraphStorageConnection |
StorageConnPool.getStorageConnection(HostAddress address) |
protected GraphStorageConnection |
GraphStorageConnection.open(HostAddress address,
int timeout,
boolean enableSSL,
SSLParam sslParam) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.pool2.PooledObject<GraphStorageConnection> |
StorageConnPoolFactory.makeObject(HostAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConnPool.release(HostAddress address,
GraphStorageConnection connection) |
| 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) |
void |
StorageConnPoolFactory.passivateObject(HostAddress hostAndPort,
org.apache.commons.pool2.PooledObject<GraphStorageConnection> pooledObject) |
boolean |
StorageConnPoolFactory.validateObject(HostAddress hostAndPort,
org.apache.commons.pool2.PooledObject<GraphStorageConnection> pooledObject) |
Copyright © 2022. All rights reserved.