Uses of Class
com.couchbase.client.java.kv.ArrayListOptions
Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
com.couchbase.client.java.datastructures | |
com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
-
Uses of ArrayListOptions in com.couchbase.client.java
Methods in com.couchbase.client.java with parameters of type ArrayListOptions Modifier and Type Method Description <T> List<T>
Collection. list(String id, Class<T> entityType, ArrayListOptions options)
Returns aCouchbaseArrayList<T>
backed by this collection, creating a new empty one if none exists already -
Uses of ArrayListOptions in com.couchbase.client.java.datastructures
Constructors in com.couchbase.client.java.datastructures with parameters of type ArrayListOptions Constructor Description CouchbaseArrayList(String id, Collection collection, Class<E> entityType, ArrayListOptions options)
-
Uses of ArrayListOptions in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ArrayListOptions Modifier and Type Method Description static ArrayListOptions
ArrayListOptions. arrayListOptions()