Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.cluster |
Modifier and Type | Method and Description |
---|---|
rx.Observable<AsyncClusterManager> |
CouchbaseAsyncCluster.clusterManager() |
rx.Observable<AsyncClusterManager> |
AsyncCluster.clusterManager()
Provides access to the
AsyncClusterManager to perform cluster-wide operations, using the credentials set through the configured Authenticator , for the CredentialContext.CLUSTER_MANAGEMENT context. |
rx.Observable<AsyncClusterManager> |
CouchbaseAsyncCluster.clusterManager(String username,
String password) |
rx.Observable<AsyncClusterManager> |
AsyncCluster.clusterManager(String username,
String password)
Provides access to the
AsyncClusterManager to perform cluster-wide operations. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncClusterManager |
Modifier and Type | Method and Description |
---|---|
AsyncClusterManager |
DefaultClusterManager.async() |
AsyncClusterManager |
ClusterManager.async()
Accesses the underlying
AsyncClusterManager to perform asynchronous operations on the cluster. |
Copyright © 2015 Couchbase, Inc.