Uses of Class
com.couchbase.client.java.kv.StoreSemantics
-
Packages that use StoreSemantics Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of StoreSemantics in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return StoreSemantics Modifier and Type Method Description StoreSemantics
MutateInOptions.Built. storeSemantics()
static StoreSemantics
StoreSemantics. valueOf(String name)
Returns the enum constant of this type with the specified name.static StoreSemantics[]
StoreSemantics. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.kv with parameters of type StoreSemantics Modifier and Type Method Description MutateInOptions
MutateInOptions. storeSemantics(StoreSemantics storeSemantics)
Changes the storing semantics of the outer/enclosing document.
-