Uses of Class
com.couchbase.client.core.cnc.AbstractContext
Package
Description
-
Uses of AbstractContext in com.couchbase.client.core
Modifier and TypeClassDescriptionclass
TheCoreContext
is 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
-
Uses of AbstractContext in com.couchbase.client.core.endpoint
-
Uses of AbstractContext in com.couchbase.client.core.error
Modifier and TypeMethodDescriptionstatic RequestCanceledException
RequestCanceledException.shuttingDown
(AbstractContext context) -
Uses of AbstractContext in com.couchbase.client.core.error.context
Modifier and TypeClassDescriptionclass
An error context which combines more than one context to dump.class
class
When a cancellation (i.e.class
The ErrorContext is the parent interface for all service-specific error contexts that are thrown as part of theCouchbaseException
.class
class
class
class
This generic error context can be constructed from any request and will pull out as much information as possible.class
class
class
class
class
class
class
class
class
class
class
class
ModifierConstructorDescriptionCancellationErrorContext
(AbstractContext context) GenericErrorContext
(Map<String, Object> input, AbstractContext ctx) SubDocumentErrorContext
(KeyValueErrorContext kvContext, int index, String path, SubDocumentOpResponseStatus status, AbstractContext context, String serverError) -
Uses of AbstractContext in com.couchbase.client.core.io
-
Uses of AbstractContext in com.couchbase.client.core.kv
-
Uses of AbstractContext in com.couchbase.client.core.msg
Modifier and TypeClassDescriptionclass
Additional context which might be attached to an individualRequest
. -
Uses of AbstractContext in com.couchbase.client.core.node
-
Uses of AbstractContext in com.couchbase.client.core.protostellar
-
Uses of AbstractContext in com.couchbase.client.core.service
-
Uses of AbstractContext in com.couchbase.client.core.service.kv