Uses of Class
com.couchbase.client.core.annotation.Stability.Volatile
-
-
Uses of Stability.Volatile in com.couchbase.client.core
Classes in com.couchbase.client.core with annotations of type Stability.Volatile Modifier and Type Class Description class
Core
The main entry point into the core layer. -
Uses of Stability.Volatile in com.couchbase.client.core.cnc
Classes in com.couchbase.client.core.cnc with annotations of type Stability.Volatile Modifier and Type Interface Description interface
RequestSpan
Marker interface for external spans that can be passed in into the SDK option blocks.interface
RequestTracer
TheRequestTracer
describes the tracing abstraction in the SDK. -
Uses of Stability.Volatile in com.couchbase.client.core.encryption
Classes in com.couchbase.client.core.encryption with annotations of type Stability.Volatile Modifier and Type Interface Description interface
CryptoManager
Provides low-level encryption routines for implementing Field-Level Encryption as specified by Couchbase RFC-0032. -
Uses of Stability.Volatile in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint with annotations of type Stability.Volatile Modifier and Type Method Description Map<String,Object>
CircuitBreakerConfig. exportAsMap()
-
Uses of Stability.Volatile in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env with annotations of type Stability.Volatile Modifier and Type Method Description Duration
TimeoutConfig. kvDurableTimeout()
static TimeoutConfig.Builder
TimeoutConfig. kvDurableTimeout(Duration kvDurableTimeout)
SELF
CoreEnvironment.Builder. requestTracer(RequestTracer requestTracer)
Allows to configure a custom tracer implementation.RequestTracer
CoreEnvironment. requestTracer()
Returns the request tracer for response time observability. -
Uses of Stability.Volatile in com.couchbase.client.core.error
Classes in com.couchbase.client.core.error with annotations of type Stability.Volatile Modifier and Type Class Description class
BucketExistsException
class
BucketNotFoundException
class
CollectionExistsException
class
CollectionNotFoundException
class
GroupNotFoundException
class
ScopeExistsException
class
ScopeNotFoundException
class
UserNotFoundException
-
Uses of Stability.Volatile in com.couchbase.client.core.msg
Methods in com.couchbase.client.core.msg with annotations of type Stability.Volatile Modifier and Type Method Description long
RequestContext. dispatchLatency()
Returns the duration of the dispatch phase if set.long
RequestContext. encodeLatency()
String
RequestContext. lastChannelId()
long
RequestContext. serverLatency()
-
Uses of Stability.Volatile in com.couchbase.client.core.retry
Classes in com.couchbase.client.core.retry with annotations of type Stability.Volatile Modifier and Type Class Description class
RetryReason
Provides more insight into why an operation has been retried.
-