Uses of Interface
com.couchbase.client.java.AsyncBucket
-
Packages that use AsyncBucket Package Description com.couchbase.client.java com.couchbase.client.java.repository com.couchbase.client.java.view -
-
Uses of AsyncBucket in com.couchbase.client.java
Classes in com.couchbase.client.java that implement AsyncBucket Modifier and Type Class Description classCouchbaseAsyncBucketMethods in com.couchbase.client.java that return AsyncBucket Modifier and Type Method Description AsyncBucketBucket. async()Provides access to the underlying asynchronous bucket interface.AsyncBucketCouchbaseBucket. async()Methods in com.couchbase.client.java that return types with arguments of type AsyncBucket Modifier and Type Method Description rx.Observable<AsyncBucket>AsyncCluster. openBucket()Opens the default bucket with an empty password.rx.Observable<AsyncBucket>AsyncCluster. openBucket(String name)Opens the bucket with the given name using the password from theAuthenticatorthat was lastsetIf no credential context can be found for the bucket when usingClassicAuthenticator, the old behavior of defaulting to an empty password is used.rx.Observable<AsyncBucket>AsyncCluster. openBucket(String name, String password)Opens the bucket with the given name and password.rx.Observable<AsyncBucket>AsyncCluster. openBucket(String name, String password, List<Transcoder<? extends Document,?>> transcoders)Opens the bucket with the given name, password and a custom list ofTranscoders.rx.Observable<AsyncBucket>AsyncCluster. openBucket(String name, List<Transcoder<? extends Document,?>> transcoders)Opens the bucket with the given name using the password from theAuthenticatorthat was lastsetIf no credential context can be found for the bucket when usingClassicAuthenticator, the old behavior of defaulting to an empty password is used.rx.Observable<AsyncBucket>CouchbaseAsyncCluster. openBucket()rx.Observable<AsyncBucket>CouchbaseAsyncCluster. openBucket(String name)rx.Observable<AsyncBucket>CouchbaseAsyncCluster. openBucket(String name, String password)rx.Observable<AsyncBucket>CouchbaseAsyncCluster. openBucket(String name, String password, List<Transcoder<? extends Document,?>> transcoders)rx.Observable<AsyncBucket>CouchbaseAsyncCluster. openBucket(String name, List<Transcoder<? extends Document,?>> transcoders)Constructors in com.couchbase.client.java with parameters of type AsyncBucket Constructor Description CouchbaseBucket(AsyncBucket asyncBucket, CouchbaseEnvironment env, ClusterFacade core, String name, String username, String password)Create aCouchbaseBucketthat relies on the providedAsyncBucket. -
Uses of AsyncBucket in com.couchbase.client.java.repository
Constructors in com.couchbase.client.java.repository with parameters of type AsyncBucket Constructor Description CouchbaseAsyncRepository(AsyncBucket bucket) -
Uses of AsyncBucket in com.couchbase.client.java.view
Methods in com.couchbase.client.java.view with parameters of type AsyncBucket Modifier and Type Method Description static rx.Observable<AsyncSpatialViewResult>ViewQueryResponseMapper. mapToSpatialViewResult(AsyncBucket bucket, SpatialViewQuery query, ViewQueryResponse response)Maps a rawViewQueryResponseinto aAsyncSpatialViewResult.static rx.Observable<AsyncViewResult>ViewQueryResponseMapper. mapToViewResult(AsyncBucket bucket, ViewQuery query, ViewQueryResponse response)Maps a rawViewQueryResponseinto aAsyncViewResult.Constructors in com.couchbase.client.java.view with parameters of type AsyncBucket Constructor Description DefaultAsyncSpatialViewRow(AsyncBucket bucket, String id, JsonArray key, Object value, JsonObject geometry, Document<?> document)DefaultAsyncViewRow(AsyncBucket bucket, String id, Object key, Object value, Document<?> document)
-