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 TimerTimer.create(long maxNumRequestsInRetry, TimerConfig timerConfig) Creates a newTimerwith default values.static TimerTimer.createAndStart(long maxNumRequestsInRetry) Creates and starts a timer with default values.static TimerTimer.createAndStart(long maxNumRequestsInRetry, TimerConfig timerConfig) -
Uses of Timer in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return Timer