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

Public Member Functions

 SessionPoolConfig (List< HostAddress > addresses, String spaceName, String username, String password)
 
String getUsername ()
 
String getPassword ()
 
List< HostAddressgetGraphAddressList ()
 
String getSpaceName ()
 
int getMinSessionSize ()
 
SessionPoolConfig setMinSessionSize (int minSessionSize)
 
int getMaxSessionSize ()
 
SessionPoolConfig setMaxSessionSize (int maxSessionSize)
 
int getTimeout ()
 
SessionPoolConfig setTimeout (int timeout)
 
int getCleanTime ()
 
SessionPoolConfig setCleanTime (int cleanTime)
 
int getHealthCheckTime ()
 
SessionPoolConfig setHealthCheckTime (int healthCheckTime)
 
int getRetryConnectTimes ()
 
SessionPoolConfig setRetryConnectTimes (int retryConnectTimes)
 
int getWaitTime ()
 
SessionPoolConfig setWaitTime (int waitTime)
 
int getRetryTimes ()
 
SessionPoolConfig setRetryTimes (int retryTimes)
 
int getIntervalTime ()
 
SessionPoolConfig setIntervalTime (int intervalTime)
 
boolean isReconnect ()
 
SessionPoolConfig setReconnect (boolean reconnect)
 
boolean isEnableSsl ()
 
SessionPoolConfig setEnableSsl (boolean enableSsl)
 
SSLParam getSslParam ()
 
SessionPoolConfig setSslParam (SSLParam sslParam)
 
boolean isUseHttp2 ()
 
SessionPoolConfig setUseHttp2 (boolean useHttp2)
 
Map< String, String > getCustomHeaders ()
 
SessionPoolConfig setCustomHeaders (Map< String, String > customHeaders)
 
String toString ()
 

Detailed Description

Definition at line 15 of file SessionPoolConfig.java.


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