Uses of Interface
com.couchbase.client.core.msg.kv.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 classAppendRequestclassDecrementRequestclassIncrementRequestclassInsertRequestUses the KV "add" command to insert documents if they do not already exist.classPrependRequestclassRemoveRequestRepresents a KV delete operation.classReplaceRequestUses the KV replace command to replace a document if it exists.classSubdocMutateRequestclassUpsertRequestUses the KV "set" command to unconditionally replace or insert documents regardless if they exist or not.