Uses of Class
com.couchbase.client.core.msg.BaseRequest
Package
Description
-
Uses of BaseRequest in com.couchbase.client.core.endpoint.http
-
Uses of BaseRequest in com.couchbase.client.core.msg.analytics
-
Uses of BaseRequest in com.couchbase.client.core.msg.kv
Modifier and TypeClassDescriptionclass
class
BaseKeyValueRequest<R extends Response>
TheBaseKeyValueRequest
should be subclassed by all KeyValue requests since it provides common ground for all of them (i.e.class
class
A request to fetch a global configuration.class
class
Represents a KV GetAndTouch operation.class
Represents a KV GetAndTouch operation.class
Fetches the collection ID from the cluster based on aCollectionIdentifier
.class
class
Represents a kv get meta operation.class
Represents a KV Get (full document) operation.class
class
Uses the KV "add" command to insert documents if they do not already exist.class
class
Special observe request implementation to handle more than one key at the same time.class
Represents a NOOP KV Request, doing nothing.class
class
class
PredeterminedPartitionRequest<R extends Response>
Parent class for requests which have their partition already set at creation time.class
class
class
class
class
Represents a KV delete operation.class
Uses the KV replace command to replace a document if it exists.class
class
class
class
class
class
class
Uses the KV "set" command to unconditionally replace or insert documents regardless if they exist or not. -
Uses of BaseRequest in com.couchbase.client.core.msg.manager
Modifier and TypeClassDescriptionclass
BaseManagerRequest<R extends Response>
Base class for the manager requests, mainly to define the service type in a uniform way.class
class
Performs a (potential endless) streaming request against the cluster manager for the given bucket.class
Deprecated. -
Uses of BaseRequest in com.couchbase.client.core.msg.query
-
Uses of BaseRequest in com.couchbase.client.core.msg.search
-
Uses of BaseRequest in com.couchbase.client.core.msg.view
-
Uses of BaseRequest in com.couchbase.client.core.transaction.components
Modifier and TypeClassDescriptionclass
This doesn't correspond to an individual server request.
CoreHttpClient
.