Uses of Class
com.couchbase.client.core.Timer
Packages that use Timer
-
Uses of Timer in com.couchbase.client.core
Methods in com.couchbase.client.core that return TimerModifier 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
Methods in com.couchbase.client.core.env that return Timer