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 classCoreThe 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 interfaceCounterRepresents a generic Counter interface for metrics.interfaceMeterThe generic interface for all metric implementations in the client.interfaceRequestSpanWrapper interface for all spans flowing through the SDK.interfaceRequestTracerTheRequestTracerdescribes the tracing abstraction in the SDK.interfaceValueRecorderRepresents 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 classAggregatingCounterAt the moment this is a NOOP implementation because we do not perform any aggregations on the counters.classAggregatingValueRecorderAggregates 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 interfaceCryptoManagerProvides 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 DurationTimeoutConfig. kvDurableTimeout()static TimeoutConfig.BuilderTimeoutConfig. kvDurableTimeout(Duration kvDurableTimeout)SELFCoreEnvironment.Builder. meter(Meter meter)Allows to configure a custom metrics implementation.MeterCoreEnvironment. meter()SELFCoreEnvironment.Builder. requestTracer(RequestTracer requestTracer)Allows to configure a custom tracer implementation.RequestTracerCoreEnvironment. 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 classBucketExistsExceptionclassBucketNotFoundExceptionclassCollectionExistsExceptionclassCollectionNotFoundExceptionclassGroupNotFoundExceptionclassScopeExistsExceptionclassScopeNotFoundExceptionclassUserNotFoundException -
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 longRequestContext. dispatchLatency()Returns the duration of the dispatch phase if set.longRequestContext. encodeLatency()StringRequestContext. lastChannelId()longRequestContext. 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 classTargetedQueryRequest -
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 classRetryReasonProvides more insight into why an operation has been retried.
-