Uses of Class
com.couchbase.client.core.msg.kv.BaseKeyValueRequest
Packages that use BaseKeyValueRequest
-
Uses of BaseKeyValueRequest in com.couchbase.client.core.msg.kv
Subclasses of BaseKeyValueRequest in com.couchbase.client.core.msg.kvModifier and TypeClassDescriptionclassclassclassA 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.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.Methods in com.couchbase.client.core.msg.kv with parameters of type BaseKeyValueRequestModifier and TypeMethodDescriptionstatic CouchbaseExceptionSubdocUtil.handleNonFieldLevelErrors(BaseKeyValueRequest<?> request, short status, MemcacheProtocol.FlexibleExtras flexibleExtras, String serverError) These are errors that will result in the mutateIn or lookupIn call failing with an exception.