| 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> Set<T> |
Collection.set(String id,
Class<T> entityType,
ArraySetOptions options)
Returns a
CouchbaseArraySet backed by this collection, create a new
empty one if none exists already. |
| Constructor and Description |
|---|
CouchbaseArraySet(String id,
Collection collection,
Class<T> entityType,
ArraySetOptions options)
Create a new
CouchbaseArraySet, backed by the document identified by id
in the given Couchbase bucket. |
| Modifier and Type | Method and Description |
|---|---|
static ArraySetOptions |
ArraySetOptions.arraySetOptions() |
Copyright © 2020 Couchbase, Inc.. All rights reserved.