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