toggle menu
Selekt
0.26.0-SNAPSHOT
jvm
switch theme
search in API
selekt-java
/
com.bloomberg.selekt.pools
/
PoolConfiguration
Pool
Configuration
data
class
PoolConfiguration
(
val
evictionDelayMillis
:
Long
,
val
evictionIntervalMillis
:
Long
,
val
maxTotal
:
Int
)
Members
Constructors
Pool
Configuration
Link copied to clipboard
constructor
(
evictionDelayMillis
:
Long
,
evictionIntervalMillis
:
Long
,
maxTotal
:
Int
)
Properties
eviction
Delay
Millis
Link copied to clipboard
val
evictionDelayMillis
:
Long
eviction
Interval
Millis
Link copied to clipboard
val
evictionIntervalMillis
:
Long
max
Total
Link copied to clipboard
val
maxTotal
:
Int