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

Public Member Functions

 StorageConnPoolFactory (StoragePoolConfig config)
 
PooledObject< GraphStorageConnectionmakeObject (HostAddress address) throws Exception
 
void destroyObject (HostAddress hostAndPort, PooledObject< GraphStorageConnection > pooledObject)
 
boolean validateObject (HostAddress hostAndPort, PooledObject< GraphStorageConnection > pooledObject)
 
void activateObject (HostAddress address, PooledObject< GraphStorageConnection > pooledObject) throws Exception
 
void passivateObject (HostAddress hostAndPort, PooledObject< GraphStorageConnection > pooledObject)
 

Detailed Description

Definition at line 17 of file StorageConnPoolFactory.java.


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