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