Uses of Class
com.couchbase.client.java.kv.Insert
-
Packages that use Insert Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of Insert in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return Insert Modifier and Type Method Description Insert
Insert. createPath()
Sets that this parent fields should be created automatically.static <T> Insert
MutateInSpec. insert(String path, Object value)
Creates a command with the intention of inserting a new value in a JSON object.Insert
Insert. xattr()
Sets that this is an extended attribute (xattr) field.
-