Class SessionPoolOptions (2.16.1)

public class SessionPoolOptions

Inheritance

Object > SessionPoolOptions

Static Methods

newBuilder()

public static SessionPoolOptions.Builder newBuilder()
Returns
TypeDescription
Builder

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
NameDescription
arg0Object
Returns
TypeDescription
boolean
Overrides

getKeepAliveIntervalMinutes()

public int getKeepAliveIntervalMinutes()
Returns
TypeDescription
int

getMaxIdleSessions()

public int getMaxIdleSessions()
Returns
TypeDescription
int

getMaxSessions()

public int getMaxSessions()
Returns
TypeDescription
int

getMinSessions()

public int getMinSessions()
Returns
TypeDescription
int

getRemoveInactiveSessionAfter()

public Duration getRemoveInactiveSessionAfter()
Returns
TypeDescription
org.threeten.bp.Duration

getWriteSessionsFraction()

public float getWriteSessionsFraction()
Returns
TypeDescription
float

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

isAutoDetectDialect()

public boolean isAutoDetectDialect()
Returns
TypeDescription
boolean

isBlockIfPoolExhausted()

public boolean isBlockIfPoolExhausted()
Returns
TypeDescription
boolean

isFailIfPoolExhausted()

public boolean isFailIfPoolExhausted()
Returns
TypeDescription
boolean

isTrackStackTraceOfSessionCheckout()

public boolean isTrackStackTraceOfSessionCheckout()
Returns
TypeDescription
boolean

toBuilder()

public SessionPoolOptions.Builder toBuilder()
Returns
TypeDescription
Builder