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.com.couchbase.client.java.transactions.internal -
-
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. -
Uses of AsyncCollection in com.couchbase.client.java.transactions.internal
Methods in com.couchbase.client.java.transactions.internal with parameters of type AsyncCollection Modifier and Type Method Description static CollectionIdentifierConverterUtil. makeCollectionIdentifier(AsyncCollection collection)
-