Interface and Description |
---|
com.couchbase.client.core.msg.ScopedRequest
The "bucket" method is now part of the Request interface,
so ScopedRequest is no longer needed.
|
com.couchbase.client.core.msg.TargetedRequest
the "target" method is now part of the Request interface,
so the TargetedRequest interface is no longer necessary.
|
Class and Description |
---|
com.couchbase.client.core.cnc.events.request.SuspiciousExpiryDurationEvent
Scheduled for removal in SDK 3.1.
|
Exceptions and Description |
---|
com.couchbase.client.core.error.subdoc.XattrInvalidFlagComboException |
com.couchbase.client.core.error.subdoc.XattrInvalidOrderException |
Method and Description |
---|
com.couchbase.client.core.cnc.tracing.ThresholdRequestTracer.builder(EventBus)
please use
ThresholdRequestTracer.create(EventBus, ThresholdRequestTracerConfig) instead. |
com.couchbase.client.core.env.CoreEnvironment.Builder.ioEnvironment()
Please use
CoreEnvironment.Builder.ioEnvironmentConfig() instead. |
com.couchbase.client.core.cnc.events.tracing.OrphansRecordedEvent.orphans() |
com.couchbase.client.core.cnc.events.tracing.OverThresholdRequestsRecordedEvent.overThreshold() |
com.couchbase.client.core.manager.AbstractManagerSupport.sendRequest(HttpMethod, String, RequestSpan)
in favor of the version that takes an option block
|
com.couchbase.client.core.manager.AbstractManagerSupport.sendRequest(HttpMethod, String, UrlQueryStringBuilder, RequestSpan)
in favor of the version that takes an option block
|
Constructor and Description |
---|
com.couchbase.client.core.error.CouchbaseException() |
com.couchbase.client.core.error.CouchbaseException(Throwable) |
Enum Constant and Description |
---|
com.couchbase.client.core.io.netty.kv.ServerFeature.DATATYPE
this feature is considered retired.
|
com.couchbase.client.core.retry.RetryReason.ENDPOINT_TEMPORARILY_NOT_AVAILABLE |
Copyright © 2021 Couchbase, Inc.. All rights reserved.