Uses of Class
com.couchbase.client.java.AsyncCollection
-
Packages that use 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
.Methods in com.couchbase.client.java that return types with arguments of type AsyncCollection Modifier and Type Method Description CompletableFuture<AsyncCollection>
AsyncBucket. collection(String collection)
Opens the collection with the given name for thisAsyncBucket
.CompletableFuture<AsyncCollection>
AsyncScope. collection(String name)
Opens a collection for this scope with an explicit name.CompletableFuture<AsyncCollection>
AsyncBucket. defaultCollection()
Opens the default collection for thisAsyncBucket
.
-