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
Counter
Represents a generic Counter interface for metrics.interface
Meter
The generic interface for all metric implementations in the client.interface
RequestSpan
Wrapper interface for all spans flowing through the SDK.interface
RequestTracer
TheRequestTracer
describes the tracing abstraction in the SDK.interface
ValueRecorder
Represents a generic value recorder for the metrics interface. -
Uses of Stability.Volatile in com.couchbase.client.core.cnc.metrics
Classes in com.couchbase.client.core.cnc.metrics with annotations of type Stability.Volatile Modifier and Type Class Description class
AggregatingCounter
At the moment this is a NOOP implementation because we do not perform any aggregations on the counters.class
AggregatingValueRecorder
Aggregates value information in a histogram. -
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. meter(Meter meter)
Allows to configure a custom metrics implementation.Meter
CoreEnvironment. meter()
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.msg.query
Classes in com.couchbase.client.core.msg.query with annotations of type Stability.Volatile Modifier and Type Class Description class
TargetedQueryRequest
-
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.
-