Click or drag to resize
Akka.NETClusterSettings Properties

The ClusterSettings type exposes the following members.

Properties
  NameDescription
Public propertyAutoDownUnreachableAfter
TBD
Public propertyDowningProviderType
TBD
Public propertyDownRemovalMargin Obsolete.
Obsolete. Use DownRemovalMargin.
Public propertyFailureDetectorConfig
The configuration for the underlying failure detector used by Akka.Cluster.
Public propertyFailureDetectorImplementationClass
The fully qualified type name of the failure detector class that will be used.
Public propertyGossipDifferentViewProbability
TBD
Public propertyGossipInterval
The amount of time between when gossip messages are sent.
Public propertyGossipTimeToLive
TBD
Public propertyHeartbeatExpectedResponseAfter
The amount of time we expect a heartbeat response after first contact with a new node.
Public propertyHeartbeatInterval
The amount of time between when heartbeat messages are sent.
Public propertyLeaderActionsInterval
TBD
Public propertyLogInfo
Determine whether to log InfoLevel messages.
Public propertyMinNrOfMembers
TBD
Public propertyMinNrOfMembersOfRole
TBD
Public propertyMonitoredByNrOfMembers
TBD
Public propertyPeriodicTasksInitialDelay
TBD
Public propertyPublishStatsInterval
TBD
Public propertyReduceGossipDifferentViewProbability
TBD
Public propertyRetryUnsuccessfulJoinAfter
TBD
Public propertyRoles
TBD
Public propertyRunCoordinatedShutdownWhenDown
Trigger the CoordinatedShutdown even if this node was removed by non-graceful means, such as being downed.
Public propertySchedulerTickDuration
TBD
Public propertySchedulerTicksPerWheel
TBD
Public propertySeedNodes
A list of designated seed nodes for the cluster.
Public propertySeedNodeTimeout
TBD
Public propertyUnreachableNodesReaperInterval
TBD
Public propertyUseDispatcher
TBD
Public propertyVerboseGossipReceivedLogging
Determines whether or not to log gossip consumption logging in verbose mode
Public propertyVerboseHeartbeatLogging
Determine whether or not to log heartbeat message in verbose mode.
Top
See Also