Uses of Annotation Type
com.couchbase.client.core.annotation.Stability.Volatile
Packages that use Stability.Volatile
Package
Description
-
Uses of Stability.Volatile in com.couchbase.client.core
Classes in com.couchbase.client.core with annotations of type Stability.Volatile -
Uses of Stability.Volatile in com.couchbase.client.core.cnc
Classes in com.couchbase.client.core.cnc with annotations of type Stability.VolatileModifier and TypeInterfaceDescriptioninterfaceRepresents a generic Counter interface for metrics.interfaceThe generic interface for all metric implementations in the client.interfaceWrapper interface for all spans flowing through the SDK.interfaceTheRequestTracerdescribes the tracing abstraction in the SDK.interfaceRepresents a generic value recorder for the metrics interface. -
Uses of Stability.Volatile in com.couchbase.client.core.cnc.events.config
Classes in com.couchbase.client.core.cnc.events.config with annotations of type Stability.VolatileModifier and TypeClassDescriptionclassclass -
Uses of Stability.Volatile in com.couchbase.client.core.cnc.events.core
Classes in com.couchbase.client.core.cnc.events.core with annotations of type Stability.Volatile -
Uses of Stability.Volatile in com.couchbase.client.core.cnc.events.transaction
Constructors in com.couchbase.client.core.cnc.events.transaction with annotations of type Stability.VolatileModifierConstructorDescriptionTransactionCleanupEndRunEvent(TransactionCleanupStartRunEvent start, Map<String, ActiveTransactionRecordStats> atrStats, Duration timeOfLastRun) TransactionCleanupStartRunEvent(String bucketName, String scopeName, String collectionName, String clientUuid, ClientRecordDetails clientDetails, Duration cleanupWindow, int atrsToCheckInNextWindow, int totalAtrs, Duration checkAtrEvery) -
Uses of Stability.Volatile in com.couchbase.client.core.cnc.metrics
Classes in com.couchbase.client.core.cnc.metrics with annotations of type Stability.VolatileModifier and TypeClassDescriptionclassAt the moment this is a NOOP implementation because we do not perform any aggregations on the counters.classAggregates value information in a histogram. -
Uses of Stability.Volatile in com.couchbase.client.core.diagnostics
Methods in com.couchbase.client.core.diagnostics with annotations of type Stability.VolatileModifier and TypeMethodDescriptionEndpointDiagnostics.lastConnectAttemptFailure()If present, returns the last connect failure of this endpoint. -
Uses of Stability.Volatile in com.couchbase.client.core.encryption
Classes in com.couchbase.client.core.encryption with annotations of type Stability.VolatileModifier and TypeInterfaceDescriptioninterfaceProvides 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 -
Uses of Stability.Volatile in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env with annotations of type Stability.VolatileMethods in com.couchbase.client.core.env with annotations of type Stability.VolatileModifier and TypeMethodDescriptionIoConfig.backupCircuitBreakerConfig()static IoConfig.BuilderIoConfig.backupCircuitBreakerConfig(CircuitBreakerConfig.Builder backupCircuitBreakerConfig) IoConfig.Builder.backupCircuitBreakerConfig()IoConfig.Builder.backupCircuitBreakerConfig(CircuitBreakerConfig.Builder backupCircuitBreakerConfig) Configures aCircuitBreakerto use for backup operations.Supplier<com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup>IoEnvironment.backupEventLoopGroup()Returns theEventLoopGroupto be used for backup traffic.static IoEnvironment.BuilderIoEnvironment.backupEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the backup service.IoEnvironment.Builder.backupEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the backup service.TimeoutConfig.backupTimeout()static TimeoutConfig.BuilderTimeoutConfig.backupTimeout(Duration backupTimeout) TimeoutConfig.Builder.backupTimeout(Duration backupTimeout) Sets the timeout to use for backup operations.static List<X509Certificate>SecurityConfig.defaultCaCertificates()Returns the Certificate Authority (CA) certificates that are trusted if no other certificates (or other trust source) are specified in the security config.TimeoutConfig.kvDurableTimeout()static TimeoutConfig.BuilderTimeoutConfig.kvDurableTimeout(Duration kvDurableTimeout) Allows to configure a custom metrics implementation.CoreEnvironment.meter()CoreEnvironment.Builder.requestTracer(RequestTracer requestTracer) Allows to configure a custom tracer implementation.CoreEnvironment.requestTracer()Returns the request tracer for response time observability.CoreEnvironment.transactionsConfig()CoreEnvironment.transactionsSchedulers()The schedulers used for any transactional operations. -
Uses of Stability.Volatile in com.couchbase.client.core.error
Classes in com.couchbase.client.core.error with annotations of type Stability.VolatileModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of Stability.Volatile in com.couchbase.client.core.msg
Methods in com.couchbase.client.core.msg with annotations of type Stability.VolatileModifier and TypeMethodDescriptionlongRequestContext.dispatchLatency()Returns the duration of the dispatch phase if set.longRequestContext.encodeLatency()RequestContext.lastChannelId()longRequestContext.serverLatency() -
Uses of Stability.Volatile in com.couchbase.client.core.retry
Classes in com.couchbase.client.core.retry with annotations of type Stability.VolatileModifier and TypeClassDescriptionenumProvides more insight into why an operation has been retried.Methods in com.couchbase.client.core.retry with annotations of type Stability.VolatileModifier and TypeMethodDescriptionstatic RetryActionConstructs a newRetryActionindicating that the request should not be retried, and a specific exception should be used to fail the request. -
Uses of Stability.Volatile in com.couchbase.client.core.transaction.config
Methods in com.couchbase.client.core.transaction.config with annotations of type Stability.Volatile