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 theAsyncClusterManagerto perform cluster-wide operations, using the credentials set through the configuredAuthenticator, for theCredentialContext.CLUSTER_MANAGEMENTcontext.rx.Observable<AsyncClusterManager>AsyncCluster. clusterManager(String username, String password)Provides access to theAsyncClusterManagerto 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 classDefaultAsyncClusterManagerMethods in com.couchbase.client.java.cluster that return AsyncClusterManager Modifier and Type Method Description AsyncClusterManagerClusterManager. async()Accesses the underlyingAsyncClusterManagerto perform asynchronous operations on the cluster.AsyncClusterManagerDefaultClusterManager. async()Constructors in com.couchbase.client.java.cluster with parameters of type AsyncClusterManager Constructor Description DefaultClusterManager(AsyncClusterManager asyncClusterManager, String username, String password, CouchbaseEnvironment environment, ClusterFacade core)
-