Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
Modifier and Type | Method and Description |
---|---|
AsyncCollection |
ReactiveCollection.async()
Provides access to the underlying
AsyncCollection . |
AsyncCollection |
Collection.async()
Provides access to the underlying
AsyncCollection . |
AsyncCollection |
AsyncScope.collection(String collectionName)
Opens a collection for this scope with an explicit name.
|
AsyncCollection |
AsyncBucket.collection(String collectionName)
Opens the collection with the given name for this
AsyncBucket . |
AsyncCollection |
AsyncBucket.defaultCollection()
Opens the default collection for this
AsyncBucket . |
Copyright © 2020 Couchbase, Inc.. All rights reserved.