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

Public Member Functions

int getMinConnsSize ()
 
void setMinConnsSize (int minConnsSize)
 
int getMaxConnsSize ()
 
void setMaxConnsSize (int maxConnsSize)
 
int getTimeout ()
 
void setTimeout (int timeout)
 
int getIdleTime ()
 
void setIdleTime (int idleTime)
 
int getMaxTotal ()
 
void setMaxTotal (int maxTotal)
 
int getMaxTotalPerKey ()
 
void setMaxTotalPerKey (int maxTotalPerKey)
 
boolean isEnableSSL ()
 
void setEnableSSL (boolean enableSSL)
 
SSLParam getSslParam ()
 
void setSslParam (SSLParam sslParam)
 

Detailed Description

Definition at line 11 of file StoragePoolConfig.java.


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