Uses of Class
com.couchbase.client.java.kv.ArraySetOptions
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
Namespace for various kv-service related classes.
-
Uses of ArraySetOptions in com.couchbase.client.java
Modifier and TypeMethodDescription<T> Set<T>
Collection.set
(String id, Class<T> entityType, ArraySetOptions options) Returns aCouchbaseArraySet
backed by this collection, create a new empty one if none exists already. -
Uses of ArraySetOptions in com.couchbase.client.java.datastructures
ModifierConstructorDescriptionCouchbaseArraySet
(String id, Collection collection, Class<T> entityType, ArraySetOptions options) Create a newCouchbaseArraySet
, backed by the document identified byid
in the given Couchbasebucket
. -
Uses of ArraySetOptions in com.couchbase.client.java.kv