Click or drag to resize
Akka.NETClusterReadView Class
Inheritance Hierarchy
SystemObject
  Akka.ClusterClusterReadView

Namespace: Akka.Cluster
Assembly: Akka.Cluster (in Akka.Cluster.dll) Version: 1.0.8.21 (1.0.8.21)
Syntax
public class ClusterReadView : IDisposable

The ClusterReadView type exposes the following members.

Constructors
  NameDescription
Public methodClusterReadView
Initializes a new instance of the ClusterReadView class
Top
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
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ClusterReadView
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the ClusterReadView and optionally releases the managed resources
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also