Click or drag to resize
DseCluster Methods

The DseCluster type exposes the following members.

Methods
  NameDescription
Public methodAllHosts
Returns all known hosts of this cluster.
Public methodStatic memberBuilder
Creates a new DseClusterBuilder instance.
Public methodConnect
Creates a new IDseSession for this cluster.
Public methodConnect(String)
Creates a new IDseSession for this cluster to a specific keyspaces.
Public methodConnectAsync
Asynchronously creates a new session on this cluster.
Public methodConnectAsync(String)
Asynchronously creates a new session on this cluster and using a keyspace an existing keyspace.
Public methodDispose
Calls Shutdown(Int32) with an infinite timeout.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHost
Get a host instance for a given endpoint.
Public methodGetReplicas
Gets a collection of replicas for a given partitionKey on a given keyspace.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodShutdown
Shutdown this cluster instance. This closes all connections from all the sessions of this instance and reclaim all resources used by it.

This method has no effect if the cluster has already been shutdown.

Public methodShutdownAsync
Shutdown this cluster instance. This closes all connections from all the sessions of this instance and reclaim all resources used by it.

This method has no effect if the cluster has already been shutdown.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also