Uses of Interface
com.couchbase.client.java.cluster.AsyncClusterManager
-
Packages that use AsyncClusterManager Package Description com.couchbase.client.java com.couchbase.client.java.cluster -
-
Uses of AsyncClusterManager in com.couchbase.client.java
Methods in com.couchbase.client.java that return types with arguments of type AsyncClusterManager Modifier and Type Method Description rx.Observable<AsyncClusterManager>
AsyncCluster. clusterManager()
Provides access to theAsyncClusterManager
to perform cluster-wide operations, using the credentials set through the configuredAuthenticator
, for theCredentialContext.CLUSTER_MANAGEMENT
context.rx.Observable<AsyncClusterManager>
AsyncCluster. clusterManager(String username, String password)
Provides access to theAsyncClusterManager
to perform cluster-wide operations.rx.Observable<AsyncClusterManager>
CouchbaseAsyncCluster. clusterManager()
rx.Observable<AsyncClusterManager>
CouchbaseAsyncCluster. clusterManager(String username, String password)
-
Uses of AsyncClusterManager in com.couchbase.client.java.cluster
Classes in com.couchbase.client.java.cluster that implement AsyncClusterManager Modifier and Type Class Description class
DefaultAsyncClusterManager
Methods in com.couchbase.client.java.cluster that return AsyncClusterManager Modifier and Type Method Description AsyncClusterManager
ClusterManager. async()
Accesses the underlyingAsyncClusterManager
to perform asynchronous operations on the cluster.AsyncClusterManager
DefaultClusterManager. async()
-