Uses of Class
com.couchbase.client.java.AsyncCollection
Packages that use AsyncCollection
Package
Description
Holds all classes that are needed for the Couchbase Java SDK.
- 
Uses of AsyncCollection in com.couchbase.client.javaMethods in com.couchbase.client.java that return AsyncCollectionModifier 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 thisAsyncBucketusing the default scope.AsyncScope.collection(String collectionName) Opens a collection for this scope with an explicit name.AsyncBucket.defaultCollection()Opens the default collection for thisAsyncBucketusing the default scope.
- 
Uses of AsyncCollection in com.couchbase.client.java.transactions.internalMethods in com.couchbase.client.java.transactions.internal with parameters of type AsyncCollectionModifier and TypeMethodDescriptionstatic CollectionIdentifierConverterUtil.makeCollectionIdentifier(AsyncCollection collection)