ClusterManager MethodsCouchbase .NET SDK 2.0

The ClusterManager type exposes the following members.

Methods
  NameDescription
Public methodAddNode
Adds a node to the cluster.
Public methodAddNodeAsync
Adds a node to the cluster.
Public methodClusterInfo
Returns the current state of the cluster.
Public methodClusterInfoAsync
Returns the current state of the cluster.
Public methodCreateBucket
Creates a new bucket on the cluster
Public methodCreateBucketAsync
Creates a new bucket on the cluster
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFailoverNode
Fails over a given node
Public methodFailoverNodeAsync
Fails over a given node
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListBuckets
List all current buckets in this cluster.
Public methodListBucketsAsync
List all current buckets in this cluster.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRebalance
Initiates a rebalance across the cluster.
Public methodRebalanceAsync
Initiates a rebalance across the cluster.
Public methodRemoveBucket
Removes a bucket from the cluster permamently.
Public methodRemoveBucketAsync
Removes a bucket from the cluster permamently.
Public methodRemoveNode
Removes a failed over node from the cluster.
Public methodRemoveNodeAsync
Removes a failed over node from the cluster.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also