Click or drag to resize
Akka.NETClusterEventCurrentClusterState Class
A snapshot of the current state of the Cluster
Inheritance Hierarchy
SystemObject
  Akka.ClusterClusterEventCurrentClusterState

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class CurrentClusterState

The ClusterEventCurrentClusterState type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllRoles
All node roles in the cluster
Public propertyLeader
Get address of current leader, or null if noe
Public propertyMembers
Get current member list
Public propertySeenBy
Get current "seen-by" set
Public propertyUnreachable
Get current unreachable set
Top
Methods
  NameDescription
Public methodCopy
Creates a deep copy of the ClusterEventCurrentClusterState and optionally allows you to specify different values for the outgoing objects
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRoleLeader
Get address of current leader, if any, within the role set
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also