Uses of Class
com.couchbase.client.java.kv.ArrayAddUnique
-
Packages that use ArrayAddUnique Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of ArrayAddUnique in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ArrayAddUnique Modifier and Type Method Description static <T> ArrayAddUnique
MutateInSpec. arrayAddUnique(String path, Object value)
Creates a command with the intent of inserting a value into an existing JSON array, but only if the value is not already contained in the array (by way of string comparison).ArrayAddUnique
ArrayAddUnique. createPath()
Sets that this parent fields should be created automatically.ArrayAddUnique
ArrayAddUnique. encoder(Encoder encoder)
Sets a custom encoder, allowing any data type to be encoded.ArrayAddUnique
ArrayAddUnique. expandMacro()
Sets that this contains a macro that should be expanded on the server.ArrayAddUnique
ArrayAddUnique. xattr()
Sets that this is an extended attribute (xattr) field.
-