Package | Description |
---|---|
com.couchbase.client.java.bucket |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBucketInfo
Default implementation of
BucketInfo . |
Modifier and Type | Method and Description |
---|---|
BucketInfo |
DefaultBucketManager.info() |
BucketInfo |
BucketManager.info()
Returns information about the connected bucket with the default management timeout.
|
BucketInfo |
DefaultBucketManager.info(long timeout,
TimeUnit timeUnit) |
BucketInfo |
BucketManager.info(long timeout,
TimeUnit timeUnit)
Returns information about the connected bucket with a custom timeout.
|
Modifier and Type | Method and Description |
---|---|
Observable<BucketInfo> |
DefaultAsyncBucketManager.info() |
Observable<BucketInfo> |
AsyncBucketManager.info()
Returns information about the connected bucket.
|
Copyright © 2015 Couchbase, Inc.