Uses of Class
com.couchbase.client.core.Timer
-
Packages that use Timer Package Description com.couchbase.client.core com.couchbase.client.core.env -
-
Uses of Timer in com.couchbase.client.core
Methods in com.couchbase.client.core that return Timer Modifier and Type Method Description static Timer
Timer. create()
Creates a newTimer
with default values.static Timer
Timer. createAndStart()
Creates and starts a timer with default values. -
Uses of Timer in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return Timer Modifier and Type Method Description Timer
CoreEnvironment. timer()
Holds the timer which is used to schedule tasks and trigger their callback, for example to time out requests.
-