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.Methods in com.couchbase.client.core.cnc with annotations of type Stability.Volatile Modifier and Type Method Description default void
RequestSpan. recordException(Throwable err)
Records that an exception happened on the span. -
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.Volatile Modifier and Type Class Description class
ConnectionStringIgnoredEvent
Deprecated.Instead of publishing this event, the SDK now throws an exception.class
TlsRequiredButNotEnabledEvent
-
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 Modifier and Type Class Description class
LogEvent
-
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.Volatile Constructor Description TransactionCleanupEndRunEvent(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.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.diagnostics
Methods in com.couchbase.client.core.diagnostics with annotations of type Stability.Volatile Modifier and Type Method Description CircuitBreaker.State
EndpointDiagnostics. circuitBreakerState()
The current state of the endpoint's circuit breakerOptional<Throwable>
EndpointDiagnostics. 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.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
Classes in com.couchbase.client.core.env with annotations of type Stability.Volatile Modifier and Type Interface Description interface
ConfigurationProfile
class
WanDevelopmentProfile
The "wan-development" environment profile.Fields in com.couchbase.client.core.env with annotations of type Stability.Volatile Modifier and Type Field Description static Duration
TimeoutConfig. DEFAULT_BACKUP_TIMEOUT
Methods in com.couchbase.client.core.env with annotations of type Stability.Volatile Modifier and Type Method Description SELF
CoreEnvironment.Builder. applyProfile(String profileName)
Applies custom properties based on a profile name.CircuitBreakerConfig
IoConfig. backupCircuitBreakerConfig()
static IoConfig.Builder
IoConfig. backupCircuitBreakerConfig(CircuitBreakerConfig.Builder backupCircuitBreakerConfig)
CircuitBreakerConfig.Builder
IoConfig.Builder. backupCircuitBreakerConfig()
IoConfig.Builder
IoConfig.Builder. backupCircuitBreakerConfig(CircuitBreakerConfig.Builder backupCircuitBreakerConfig)
Deprecated.Please useIoConfig.Builder.backupCircuitBreakerConfig(Consumer)
instead.IoConfig.Builder
IoConfig.Builder. backupCircuitBreakerConfig(Consumer<CircuitBreakerConfig.Builder> builderConsumer)
Configures the backup circuit breaker by passing its config builder to the given consumer.Supplier<com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup>
IoEnvironment. backupEventLoopGroup()
Returns theEventLoopGroup
to be used for backup traffic.static IoEnvironment.Builder
IoEnvironment. 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
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.Duration
TimeoutConfig. backupTimeout()
static TimeoutConfig.Builder
TimeoutConfig. backupTimeout(Duration backupTimeout)
TimeoutConfig.Builder
TimeoutConfig.Builder. backupTimeout(Duration backupTimeout)
Sets the timeout to use for backup operations.static List<X509Certificate>
SecurityConfig. capellaCaCertificates()
Returns the Certificate Authority (CA) certificates required for connecting to Couchbase Capella.static List<X509Certificate>
SecurityConfig. defaultCaCertificates()
Returns the Certificate Authority (CA) certificates that are trusted if no other certificate (or other trust source) is specified in the security config.static List<X509Certificate>
SecurityConfig. jvmCaCertificates()
Returns the Certificate Authority (CA) certificates trusted by the JVM's default trust manager.static TimeoutConfig.Builder
TimeoutConfig. kvDurableTimeout(Duration kvDurableTimeout)
Duration
TimeoutConfig. kvScanTimeout()
static TimeoutConfig.Builder
TimeoutConfig. kvScanTimeout(Duration kvScanTimeout)
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.CoreTransactionsConfig
CoreEnvironment. transactionsConfig()
CoreTransactionsSchedulers
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.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.Methods in com.couchbase.client.core.retry with annotations of type Stability.Volatile Modifier and Type Method Description static RetryAction
RetryAction. noRetry(Function<Throwable,Throwable> exceptionTranslator)
Constructs a newRetryAction
indicating 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 Modifier and Type Method Description Map<String,Object>
CoreTransactionsConfig. exportAsMap()
-