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.
|
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
Collection.list(String id,
Class<T> entityType,
ArrayListOptions options)
Returns a
CouchbaseArrayList backed by this collection, creating a
new empty one if none exists already |
Constructor and Description |
---|
CouchbaseArrayList(String id,
Collection collection,
Class<E> entityType,
ArrayListOptions options)
|
Modifier and Type | Method and Description |
---|---|
static ArrayListOptions |
ArrayListOptions.arrayListOptions() |
Copyright © 2021 Couchbase, Inc.. All rights reserved.