Click or drag to resize
Akka.NETClusterReadView Properties

The ClusterReadView type exposes the following members.

Properties
  NameDescription
Public propertyClusterMetrics
Public propertyIsAvailable
Returns true if the node is no reachable and not Down and not Removed
Public propertyIsLeader
Is this node the leader?
Public propertyIsSingletonCluster
Does the cluster consist of only one member?
Public propertyIsTerminated
Returns true if this cluster instance has been shutdown.
Public propertyLeader
Get the address of the current leader.
Public propertyMembers
Current cluster members, sorted by address
Public propertyReachability
Public propertySelf
Public propertySelfAddress
Public propertyState
Public propertyStatus
MemberStatus for this node. NOTE: If the node has been removed from the cluster (and shut down) then it's status is set to the 'REMOVED' tombstone state and is no longer present in the node ring or any other part of the gossiping state. However in order to maintain the model and the semantics the user would expect, this method will in this situation return Removed.
Public propertyUnreachableMembers
Members that have been detected as unreachable
Top
See Also