Uses of Class
com.couchbase.client.java.kv.Upsert
-
Packages that use Upsert Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
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.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.
-