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 classDefaultBucketInfoDefault implementation ofBucketInfo.Methods in com.couchbase.client.java.bucket that return BucketInfo Modifier and Type Method Description BucketInfoBucketManager. info()Returns information about the connected bucket with the default management timeout.BucketInfoBucketManager. info(long timeout, TimeUnit timeUnit)Returns information about the connected bucket with a custom timeout.BucketInfoDefaultBucketManager. info()BucketInfoDefaultBucketManager. 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()
-