Click or drag to resize
Akka.NETClusterSettings Class
This class represents configuration information used when setting up a cluster.
Inheritance Hierarchy
SystemObject
  Akka.ClusterClusterSettings

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

The ClusterSettings type exposes the following members.

Constructors
  NameDescription
Public methodClusterSettings
Initializes a new instance of the ClusterSettings class.
Top
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
Methods
  NameDescription
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