Uses of Class
com.couchbase.client.core.cnc.AbstractContext
-
-
Uses of AbstractContext in com.couchbase.client.core
Subclasses of AbstractContext in com.couchbase.client.core Modifier and Type Class Description classCoreContextTheCoreContextis bound to a core and provides both exportable and usable state for the rest of the application to use. -
Uses of AbstractContext in com.couchbase.client.core.endpoint
Subclasses of AbstractContext in com.couchbase.client.core.endpoint Modifier and Type Class Description classEndpointContext -
Uses of AbstractContext in com.couchbase.client.core.error.context
Subclasses of AbstractContext in com.couchbase.client.core.error.context Modifier and Type Class Description classAggregateErrorContextAn error context which combines more than one context to dump.classAnalyticsErrorContextclassCancellationErrorContextWhen a cancellation (i.e.classErrorContextThe ErrorContext is the parent interface for all service-specific error contexts that are thrown as part of theCouchbaseException.classGenericRequestErrorContextThis generic error context can be constructed from any request and will pull out as much information as possible.classKeyValueErrorContextclassKeyValueIoErrorContextclassQueryErrorContextclassReducedAnalyticsErrorContextclassReducedKeyValueErrorContextclassReducedQueryErrorContextclassReducedSearchErrorContextclassReducedViewErrorContextclassSearchErrorContextclassSubDocumentErrorContextclassViewErrorContext -
Uses of AbstractContext in com.couchbase.client.core.io
Subclasses of AbstractContext in com.couchbase.client.core.io Modifier and Type Class Description classIoContextTheIoContextis used to extend the core context with IO related metadata that is useful during event generation. -
Uses of AbstractContext in com.couchbase.client.core.msg
Subclasses of AbstractContext in com.couchbase.client.core.msg Modifier and Type Class Description classRequestContextAdditional context which might be attached to an individualRequest. -
Uses of AbstractContext in com.couchbase.client.core.node
Subclasses of AbstractContext in com.couchbase.client.core.node Modifier and Type Class Description classNodeContext -
Uses of AbstractContext in com.couchbase.client.core.service
Subclasses of AbstractContext in com.couchbase.client.core.service Modifier and Type Class Description classServiceContext -
Uses of AbstractContext in com.couchbase.client.core.service.kv
Subclasses of AbstractContext in com.couchbase.client.core.service.kv Modifier and Type Class Description classObserveContext
-