Package | Description |
---|---|
com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MutateInOptions |
MutateInOptions.storeSemantics(StoreSemantics storeSemantics)
Changes the storing semantics of the outer/enclosing document.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.