Uses of Interface
com.couchbase.client.core.msg.ScopedRequest
Packages that use ScopedRequest
-
Uses of ScopedRequest in com.couchbase.client.core.msg.kv
Subinterfaces of ScopedRequest in com.couchbase.client.core.msg.kvModifier and TypeInterfaceDescriptioninterfaceKeyValueRequest<R extends Response>Main parent interface for all Key/Value requests.Classes in com.couchbase.client.core.msg.kv that implement ScopedRequestModifier and TypeClassDescriptionclassclassBaseKeyValueRequest<R extends Response>TheBaseKeyValueRequestshould be subclassed by all KeyValue requests since it provides common ground for all of them (i.e. adding the kv partition needed).classclassA request to fetch a global configuration.classclassRepresents a KV GetAndTouch operation.classRepresents a KV GetAndTouch operation.classFetches the collection ID from the cluster based on aCollectionIdentifier.classclassRepresents a kv get meta operation.classRepresents a KV Get (full document) operation.classclassUses the KV "add" command to insert documents if they do not already exist.classclassSpecial observe request implementation to handle more than one key at the same time.classRepresents a NOOP KV Request, doing nothing. really.classclassclassPredeterminedPartitionRequest<R extends Response>Parent class for requests which have their partition already set at creation time.classclassclassclassclassRepresents a KV delete operation.classUses the KV replace command to replace a document if it exists.classclassclassclassclassclassclassUses the KV "set" command to unconditionally replace or insert documents regardless if they exist or not. -
Uses of ScopedRequest in com.couchbase.client.core.msg.view
Classes in com.couchbase.client.core.msg.view that implement ScopedRequest