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 UpsertUpsert. createPath()Sets that this parent fields should be created automatically.static <T> UpsertMutateInSpec. upsert(String path, Object value)Creates a command with the intention of upserting a value in a JSON object.UpsertUpsert. xattr()Sets that this is an extended attribute (xattr) field.
-