Uses of Class
com.couchbase.client.core.env.TimerConfig
Packages that use TimerConfig
-
Uses of TimerConfig in com.couchbase.client.core
Methods in com.couchbase.client.core with parameters of type TimerConfigModifier and TypeMethodDescriptionstatic Timer
Timer.create
(long maxNumRequestsInRetry, TimerConfig timerConfig) Creates a newTimer
with default values.static Timer
Timer.createAndStart
(long maxNumRequestsInRetry, TimerConfig timerConfig) -
Uses of TimerConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return TimerConfigModifier and TypeMethodDescriptionTimerConfig.Builder.build()
static TimerConfig
TimerConfig.create()
Deprecated.IoConfig.timerConfig()
IoConfig.Builder.timerConfig(Consumer)
and configure the builder passed to the consumer.