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 AsyncCollectionCollection. async()Provides access to the underlyingAsyncCollection.AsyncCollectionReactiveCollection. async()Provides access to the underlyingAsyncCollection.AsyncCollectionAsyncBucket. collection(String collectionName)Provides access to the collection with the given name for thisAsyncBucketusing the default scope.AsyncCollectionAsyncScope. collection(String collectionName)Opens a collection for this scope with an explicit name.AsyncCollectionAsyncBucket. defaultCollection()Opens the default collection for thisAsyncBucketusing the default scope.