Package | Description |
---|---|
com.couchbase.client.java.cluster |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClusterInfo
Default implementation for a
ClusterInfo . |
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
DefaultClusterManager.info() |
ClusterInfo |
ClusterManager.info()
Provides information about the cluster with the default management timeout.
|
ClusterInfo |
DefaultClusterManager.info(long timeout,
TimeUnit timeUnit) |
ClusterInfo |
ClusterManager.info(long timeout,
TimeUnit timeUnit)
Provides information about the cluster with a custom timeout.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ClusterInfo> |
DefaultAsyncClusterManager.info() |
rx.Observable<ClusterInfo> |
AsyncClusterManager.info()
Provides information about the cluster.
|
Copyright © 2015 Couchbase, Inc.