Uses of Class
com.couchbase.client.java.ReactiveBucket
-
Packages that use ReactiveBucket Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK. -
-
Uses of ReactiveBucket in com.couchbase.client.java
Methods in com.couchbase.client.java that return ReactiveBucket Modifier and Type Method Description ReactiveBucket
Bucket. reactive()
Provides access to the relatedReactiveBucket
.Methods in com.couchbase.client.java that return types with arguments of type ReactiveBucket Modifier and Type Method Description Mono<ReactiveBucket>
ReactiveCluster. bucket(String name)
Opens aReactiveBucket
with the given name.
-