Class SessionPoolOptions (2.18.1)

public class SessionPoolOptions

Inheritance

Object > SessionPoolOptions

Static Methods

newBuilder()

public static SessionPoolOptions.Builder newBuilder()
Returns
Type Description
Builder

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
Name Description
arg0 Object
Returns
Type Description
boolean
Overrides

getKeepAliveIntervalMinutes()

public int getKeepAliveIntervalMinutes()
Returns
Type Description
int

getMaxIdleSessions() (deprecated)

public int getMaxIdleSessions()
Returns
Type Description
int

getMaxSessions()

public int getMaxSessions()
Returns
Type Description
int

getMinSessions()

public int getMinSessions()
Returns
Type Description
int

getRemoveInactiveSessionAfter()

public Duration getRemoveInactiveSessionAfter()
Returns
Type Description
org.threeten.bp.Duration

getUseMultiplexedSession()

public boolean getUseMultiplexedSession()
Returns
Type Description
boolean

getWriteSessionsFraction() (deprecated)

public float getWriteSessionsFraction()
Returns
Type Description
float

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

isAutoDetectDialect()

public boolean isAutoDetectDialect()
Returns
Type Description
boolean

isBlockIfPoolExhausted()

public boolean isBlockIfPoolExhausted()
Returns
Type Description
boolean

isFailIfPoolExhausted()

public boolean isFailIfPoolExhausted()
Returns
Type Description
boolean

isTrackStackTraceOfSessionCheckout()

public boolean isTrackStackTraceOfSessionCheckout()
Returns
Type Description
boolean

toBuilder()

public SessionPoolOptions.Builder toBuilder()
Returns
Type Description
Builder