Uses of Class
com.couchbase.client.java.Bucket
-
Packages that use Bucket Package Description com.couchbase.client.java Holds all classes that are needed for the Couchbase Java SDK.com.couchbase.client.java.util -
-
Uses of Bucket in com.couchbase.client.java
Methods in com.couchbase.client.java that return Bucket Modifier and Type Method Description Bucket
Cluster. bucket(String bucketName)
Opens aBucket
with the given name. -
Uses of Bucket in com.couchbase.client.java.util
Methods in com.couchbase.client.java.util with parameters of type Bucket Modifier and Type Method Description static NodeLocatorHelper
NodeLocatorHelper. create(Bucket bucket, Duration waitUntilReadyDuration)
Creates a newNodeLocatorHelper
, mapped on to the givenBucket
.
-