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