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.json |
JSON encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
Collection |
Scope.collection(String collectionName)
Opens a collection for this scope with an explicit name.
|
Collection |
Bucket.collection(String collectionName)
Opens the collection with the given name for this
Bucket . |
Collection |
Bucket.defaultCollection()
Opens the default collection for this
Bucket . |
Constructor and Description |
---|
CouchbaseArrayList(String id,
Collection collection,
Class<E> entityType,
ArrayListOptions options)
|
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 . |
CouchbaseMap(String id,
Collection collection,
Class<E> entityType,
MapOptions options)
|
CouchbaseQueue(String id,
Collection collection,
Class<E> entityType,
QueueOptions options)
|
Modifier and Type | Method and Description |
---|---|
JsonObjectCrypto |
JsonObject.crypto(Collection collection)
Returns a view of the object for reading and writing encrypted fields.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.