Uses of Class
com.couchbase.client.core.annotations.InterfaceStability.Uncommitted
-
Packages that use InterfaceStability.Uncommitted Package Description com.couchbase.client.core Couchbase Core IO - Domain Model and Architecture ================================================= This documentation describes the domain model of the core package, covers important architecture and design decisions and provides a solid introduction on the inner workings.com.couchbase.client.core.env com.couchbase.client.core.message com.couchbase.client.core.message.analytics com.couchbase.client.core.message.kv.subdoc.simple com.couchbase.client.core.message.observe com.couchbase.client.core.message.query com.couchbase.client.core.utils -
-
Uses of InterfaceStability.Uncommitted in com.couchbase.client.core
Classes in com.couchbase.client.core with annotations of type InterfaceStability.Uncommitted Modifier and Type Class Description class
CoreContext
TheCoreContext
contains required assets which are shared on a per-core basis. -
Uses of InterfaceStability.Uncommitted in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env with annotations of type InterfaceStability.Uncommitted Modifier and Type Method Description boolean
CoreEnvironment. certAuthEnabled()
True if X.509 client certificate authentication is enabled.SELF
DefaultCoreEnvironment.Builder. certAuthEnabled(boolean certAuthEnabled)
Allows to enable X.509 client certificate authentication.SELF
DefaultCoreEnvironment.Builder. compressionEnabled(boolean compressionEnabled)
Allows to enable/disable compression completely, enabled by default.SELF
DefaultCoreEnvironment.Builder. compressionMinRatio(double compressionMinRatio)
Allows to adjust the ratio over which the document is sent compressed over the wire - in percent.SELF
DefaultCoreEnvironment.Builder. compressionMinSize(int compressionMinSize)
Allows to adjust the minimum size of a document to be considered for compression - in bytes.boolean
CoreEnvironment. continuousKeepAliveEnabled()
If set to true, KeepAlives will be sent on a regular basis in the interval also if there is traffic on the socket, not only if its idle.SELF
DefaultCoreEnvironment.Builder. continuousKeepAliveEnabled(boolean continuousKeepAliveEnabled)
Allows to enable or disable the continous emitting of keepalive messages.long
CoreEnvironment. keepAliveErrorThreshold()
Specifies the number of times a KeepAlive message on a socket can fail before the connection is recycled.SELF
DefaultCoreEnvironment.Builder. keepAliveErrorThreshold(long keepAliveErrorThreshold)
Allows to customize the errors on keepalive messages threshold after which the connection will be recycled.long
CoreEnvironment. keepAliveTimeout()
Specifies the timeout of a keepalive operation on the socket in milliseconds.SELF
DefaultCoreEnvironment.Builder. keepAliveTimeout(long keepAliveTimeout)
Allows to customize the timeout used for keepalive operations.NetworkResolution
CoreEnvironment. networkResolution()
Allows to configure the network resolution, default being automatic.SELF
DefaultCoreEnvironment.Builder. networkResolution(NetworkResolution networkResolution)
Allows to tune the network resolution setting, pinning it to either internal or external instead of relying on the automatic mechanism. -
Uses of InterfaceStability.Uncommitted in com.couchbase.client.core.message
Methods in com.couchbase.client.core.message with annotations of type InterfaceStability.Uncommitted Modifier and Type Method Description boolean
CouchbaseRequest. isActive()
Checks if the request is unsubscribed on a timeoutvoid
CouchbaseRequest. subscriber(rx.Subscriber subscriber)
Optionally add subscriber to check for the timeouts -
Uses of InterfaceStability.Uncommitted in com.couchbase.client.core.message.analytics
Classes in com.couchbase.client.core.message.analytics with annotations of type InterfaceStability.Uncommitted Modifier and Type Class Description class
GenericAnalyticsRequest
For the lack of a better name, a analytics request against a analytics server.class
GenericAnalyticsResponse
The base response for Analytics (SQL++) requests.class
RawAnalyticsRequest
AAnalyticsRequest
that can also beprelocated
, but expects a response with the uninterpreted JSON payload returned by the query service.class
RawAnalyticsResponse
The response to aRawAnalyticsRequest
, which only contains the raw JSON payload returned by the Analytics service, as aByteBuf
. -
Uses of InterfaceStability.Uncommitted in com.couchbase.client.core.message.kv.subdoc.simple
Classes in com.couchbase.client.core.message.kv.subdoc.simple with annotations of type InterfaceStability.Uncommitted Modifier and Type Class Description class
SubGetCountRequest
A sub-document get count operation. -
Uses of InterfaceStability.Uncommitted in com.couchbase.client.core.message.observe
Classes in com.couchbase.client.core.message.observe with annotations of type InterfaceStability.Uncommitted Modifier and Type Class Description class
Observe
Utility class to handle observe calls and polling logic.class
ObserveViaCAS
Utility class to handle observe calls and polling logic.class
ObserveViaMutationToken
Document observe through mutation token information. -
Uses of InterfaceStability.Uncommitted in com.couchbase.client.core.message.query
Classes in com.couchbase.client.core.message.query with annotations of type InterfaceStability.Uncommitted Modifier and Type Class Description class
RawQueryRequest
AQueryRequest
that can also beprelocated
, but expects a response with the uninterpreted JSON payload returned by the query service.class
RawQueryResponse
The response to aRawQueryRequest
, which only contains the raw JSON payload returned by the Query service, as aByteBuf
. -
Uses of InterfaceStability.Uncommitted in com.couchbase.client.core.utils
Classes in com.couchbase.client.core.utils with annotations of type InterfaceStability.Uncommitted Modifier and Type Class Description class
Blocking
Contains various utility methods related to blocking operations.class
DefaultObjectMapper
Provides global access to the services of a JacksonObjectMapper
with default configuration.
-