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)
Opens the collection with the given name for this
ReactiveBucket . |
ReactiveCollection |
ReactiveBucket.defaultCollection()
Opens the default collection for this
ReactiveBucket . |
ReactiveCollection |
Collection.reactive()
Provides access to the underlying
ReactiveCollection . |
Copyright © 2020 Couchbase, Inc.. All rights reserved.