Uses of Class
com.couchbase.client.java.kv.Upsert
-
Packages that use Upsert Package Description com.couchbase.client.java.kv -
-
Uses of Upsert in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return Upsert Modifier and Type Method Description Upsert
Upsert. createPath()
Sets that this parent fields should be created automatically.Upsert
Upsert. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.Upsert
Upsert. expandMacro()
Sets that this contains a macro that should be expanded on the server.static <T> Upsert
MutateInSpec. upsert(String path, Object value)
Creates a command with the intention of upserting a value in a JSON object.Upsert
Upsert. xattr()
Sets that this is an extended attribute (xattr) field.
-