Uses of Class
com.couchbase.client.java.AsyncCollection
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
-
Uses of AsyncCollection in com.couchbase.client.java
Modifier and TypeMethodDescriptionCollection.async()
Provides access to the underlyingAsyncCollection
.ReactiveCollection.async()
Provides access to the underlyingAsyncCollection
.AsyncBucket.collection
(String collectionName) Provides access to the collection with the given name for thisAsyncBucket
using the default scope.AsyncScope.collection
(String collectionName) Opens a collection for this scope with an explicit name.AsyncBucket.defaultCollection()
Opens the default collection for thisAsyncBucket
using the default scope. -
Uses of AsyncCollection in com.couchbase.client.java.transactions.internal
Modifier and TypeMethodDescriptionstatic CollectionIdentifier
ConverterUtil.makeCollectionIdentifier
(AsyncCollection collection)