Uses of Class
com.couchbase.client.core.Timer
-
Uses of Timer in com.couchbase.client.core
Modifier and TypeMethodDescriptionstatic Timer
Timer.create
(long maxNumRequestsInRetry, TimerConfig timerConfig) Creates a newTimer
with default values.static Timer
Timer.createAndStart
(long maxNumRequestsInRetry) Creates and starts a timer with default values.static Timer
Timer.createAndStart
(long maxNumRequestsInRetry, TimerConfig timerConfig) -
Uses of Timer in com.couchbase.client.core.env