Uses of Class
com.couchbase.client.core.annotations.InterfaceAudience.Private
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.config | |
com.couchbase.client.core.endpoint.analytics | |
com.couchbase.client.core.endpoint.query | |
com.couchbase.client.core.message | |
com.couchbase.client.core.message.observe | |
com.couchbase.client.core.tracing | |
com.couchbase.client.core.utils |
-
Uses of InterfaceAudience.Private in com.couchbase.client.core
Classes in com.couchbase.client.core with annotations of type InterfaceAudience.Private Modifier and Type Class Description class
CoreContext
TheCoreContext
contains required assets which are shared on a per-core basis.Methods in com.couchbase.client.core with annotations of type InterfaceAudience.Private Modifier and Type Method Description void
CouchbaseException. details(ResponseStatusDetails responseStatusDetails)
-
Uses of InterfaceAudience.Private in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config with annotations of type InterfaceAudience.Private Modifier and Type Method Description void
BucketConfig. useAlternateNetwork(String useAlternateNetwork)
Setter to set if external networking should be used or not.void
NodeInfo. useAlternateNetwork(String useAlternateNetwork)
Setter to set if external networking should be used or not. -
Uses of InterfaceAudience.Private in com.couchbase.client.core.endpoint.analytics
Methods in com.couchbase.client.core.endpoint.analytics with annotations of type InterfaceAudience.Private Modifier and Type Method Description ByteBuf
AnalyticsHandlerV2. getResponseContent()
-
Uses of InterfaceAudience.Private in com.couchbase.client.core.endpoint.query
Methods in com.couchbase.client.core.endpoint.query with annotations of type InterfaceAudience.Private Modifier and Type Method Description ByteBuf
QueryHandlerV2. getResponseContent()
-
Uses of InterfaceAudience.Private in com.couchbase.client.core.message
Methods in com.couchbase.client.core.message with annotations of type InterfaceAudience.Private 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 InterfaceAudience.Private in com.couchbase.client.core.message.observe
Classes in com.couchbase.client.core.message.observe with annotations of type InterfaceAudience.Private 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 InterfaceAudience.Private in com.couchbase.client.core.tracing
Classes in com.couchbase.client.core.tracing with annotations of type InterfaceAudience.Private Modifier and Type Class Description class
RingBufferMonitor
Stores diagnostics on the main ringbuffer to provide additional context to BackpressureExceptions. -
Uses of InterfaceAudience.Private in com.couchbase.client.core.utils
Classes in com.couchbase.client.core.utils with annotations of type InterfaceAudience.Private Modifier and Type Class Description class
Blocking
Contains various utility methods related to blocking operations.