| 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> Queue<T> |
Collection.queue(String id,
Class<T> entityType,
QueueOptions options)
Returns a
CouchbaseQueue backed by this collection, creating a new
empty one if none exists. |
| Constructor and Description |
|---|
CouchbaseQueue(String id,
Collection collection,
Class<E> entityType,
QueueOptions options)
|
| Modifier and Type | Method and Description |
|---|---|
static QueueOptions |
QueueOptions.queueOptions() |
Copyright © 2020 Couchbase, Inc.. All rights reserved.