Uses of Interface
com.couchbase.client.core.msg.kv.SyncDurabilityRequest
-
Packages that use SyncDurabilityRequest Package Description com.couchbase.client.core.msg.kv -
-
Uses of SyncDurabilityRequest in com.couchbase.client.core.msg.kv
Classes in com.couchbase.client.core.msg.kv that implement SyncDurabilityRequest Modifier and Type Class Description class
AppendRequest
class
DecrementRequest
class
IncrementRequest
class
InsertRequest
Uses the KV "add" command to insert documents if they do not already exist.class
PrependRequest
class
RemoveRequest
Represents a KV delete operation.class
ReplaceRequest
Uses the KV replace command to replace a document if it exists.class
SubdocMutateRequest
class
UpsertRequest
Uses the KV "set" command to unconditionally replace or insert documents regardless if they exist or not.
-