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.diagnostics
Subclasses of AbstractContext in com.couchbase.client.core.diagnostics Modifier and Type Class Description classWaitUntilReadyContext -
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
Methods in com.couchbase.client.core.error with parameters of type AbstractContext Modifier and Type Method Description static RequestCanceledExceptionRequestCanceledException. shuttingDown(AbstractContext context) -
Uses of AbstractContext in com.couchbase.client.core.error.context
Constructors in com.couchbase.client.core.error.context with parameters of type AbstractContext Constructor Description CancellationErrorContext(AbstractContext context)ProtostellarErrorContext(Map<String,Object> input, AbstractContext ctx) -
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.kv
Subclasses of AbstractContext in com.couchbase.client.core.kv Modifier and Type Class Description classRangeScanContext -
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
-