-
Interfaces Interface 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.
-
Classes Class Description com.couchbase.client.core.cnc.events.config.ConnectionStringIgnoredEvent Instead of publishing this event, the SDK now throws an exception. Because this class never graduated from "volatile API" status, it will be removed from the next minor version of the SDK.com.couchbase.client.core.cnc.events.node.NodeConnectedEvent This event is sent when a node is created, which happens before network connections are established. To avoid confusion, this event is deprecated in favor of the more appropriately namedNodeCreatedEvent
.com.couchbase.client.core.env.ThresholdRequestTracerConfig com.couchbase.client.core.env.ThresholdRequestTracerConfig.Builder com.couchbase.client.core.msg.manager.GenericManagerRequest in favor of issuing manager requests usingCoreHttpClient
. CAVEAT: the core HTTP client throws an exception if the response's HTTP status code indicates failure. This is in contrast to GenericManagerRequest, whose response completes "successfully" regardless of HTTP status code.
-
Exceptions Exceptions Description com.couchbase.client.core.error.subdoc.XattrInvalidFlagComboException com.couchbase.client.core.error.subdoc.XattrInvalidOrderException
-
Constructors Constructor Description com.couchbase.client.core.error.CouchbaseException()
-
Enum Constants Enum Constant 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