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 StoreSemanticsMutateInOptions.Built. storeSemantics()static StoreSemanticsStoreSemantics. 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 MutateInOptionsMutateInOptions. storeSemantics(StoreSemantics storeSemantics)Changes the storing semantics of the outer/enclosing document.
-