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 AsyncCollection
Collection. async()
Provides access to the underlyingAsyncCollection
.AsyncCollection
ReactiveCollection. async()
Provides access to the underlyingAsyncCollection
.AsyncCollection
AsyncBucket. collection(String collectionName)
Provides access to the collection with the given name for thisAsyncBucket
using the default scope.AsyncCollection
AsyncScope. collection(String collectionName)
Opens a collection for this scope with an explicit name.AsyncCollection
AsyncBucket. defaultCollection()
Opens the default collection for thisAsyncBucket
using 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 CollectionIdentifier
ConverterUtil. makeCollectionIdentifier(AsyncCollection collection)
-