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 TypeClassDescriptionclass
class
class
class
Uses the KV "add" command to insert documents if they do not already exist.class
class
Represents a KV delete operation.class
Uses the KV replace command to replace a document if it exists.class
class
Uses the KV "set" command to unconditionally replace or insert documents regardless if they exist or not.