Uses of Interface
com.couchbase.client.java.bucket.BucketInfo
-
Packages that use BucketInfo Package Description com.couchbase.client.java.bucket -
-
Uses of BucketInfo in com.couchbase.client.java.bucket
Classes in com.couchbase.client.java.bucket that implement BucketInfo Modifier and Type Class Description class
DefaultBucketInfo
Default implementation ofBucketInfo
.Methods in com.couchbase.client.java.bucket that return BucketInfo Modifier and Type Method Description BucketInfo
BucketManager. info()
Returns information about the connected bucket with the default management timeout.BucketInfo
BucketManager. info(long timeout, TimeUnit timeUnit)
Returns information about the connected bucket with a custom timeout.BucketInfo
DefaultBucketManager. info()
BucketInfo
DefaultBucketManager. info(long timeout, TimeUnit timeUnit)
Methods in com.couchbase.client.java.bucket that return types with arguments of type BucketInfo Modifier and Type Method Description rx.Observable<BucketInfo>
AsyncBucketManager. info()
Returns information about the connected bucket.rx.Observable<BucketInfo>
DefaultAsyncBucketManager. info()
-