Uses of Interface
com.couchbase.client.core.msg.kv.SyncDurabilityRequest
Packages that use SyncDurabilityRequest
-
Uses of SyncDurabilityRequest in com.couchbase.client.core.msg.kv
Classes in com.couchbase.client.core.msg.kv that implement SyncDurabilityRequestModifier and TypeClassDescriptionclassclassclassclassUses the KV "add" command to insert documents if they do not already exist.classclassRepresents a KV delete operation.classUses the KV replace command to replace a document if it exists.classclassUses the KV "set" command to unconditionally replace or insert documents regardless if they exist or not.