| Package | Description |
|---|---|
| com.couchbase.client.core | |
| com.couchbase.client.core.env |
| Modifier and Type | Method and Description |
|---|---|
static Timer |
Timer.create(long maxNumRequestsInRetry,
TimerConfig timerConfig)
Creates a new
Timer 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) |
| Modifier and Type | Method and Description |
|---|---|
Timer |
CoreEnvironment.timer()
Returns the timer used to schedule timeouts and retries amongst other tasks.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.