Uses of Class
com.couchbase.client.java.AsyncCollection
Package | Description |
---|---|
com.couchbase.client.java |
Holds all classes that are needed for the Couchbase Java SDK.
|
-
Uses of AsyncCollection in com.couchbase.client.java
Methods in com.couchbase.client.java that return AsyncCollection Modifier and Type Method Description AsyncCollection
Collection. async()
Provides access to the underlyingAsyncCollection
.AsyncCollection
ReactiveCollection. async()
Provides access to the underlyingAsyncCollection
.AsyncCollection
AsyncBucket. collection(String collectionName)
Opens the collection with the given name for thisAsyncBucket
.AsyncCollection
AsyncScope. collection(String collectionName)
Opens a collection for this scope with an explicit name.AsyncCollection
AsyncBucket. defaultCollection()
Opens the default collection for thisAsyncBucket
.