| Package | Description |
|---|---|
| com.couchbase.client.java | |
| com.couchbase.client.java.cluster |
| Modifier and Type | Method and Description |
|---|---|
ClusterManager |
CouchbaseCluster.clusterManager() |
ClusterManager |
Cluster.clusterManager()
Provides access to the
ClusterManager to perform cluster-wide operations, using the credentials set
through the configured Authenticator (see Cluster.authenticate(Authenticator)), for the
CredentialContext.CLUSTER_MANAGEMENT context. |
ClusterManager |
CouchbaseCluster.clusterManager(String username,
String password) |
ClusterManager |
Cluster.clusterManager(String username,
String password)
Provides access to the
ClusterManager to perform cluster-wide operations. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClusterManager |
Copyright © 2015 Couchbase, Inc.