Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.cluster |
Modifier and Type | Method and Description |
---|---|
Observable<AsyncClusterManager> |
CouchbaseAsyncCluster.clusterManager(String username,
String password) |
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.