Class SplitBrainResolverSettings
Inheritance
SplitBrainResolverSettings
Assembly: Akka.Cluster.dll
Syntax
public sealed class SplitBrainResolverSettings
Constructors
|
Improve this Doc
View Source
SplitBrainResolverSettings(Config)
Declaration
public SplitBrainResolverSettings(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Fields
|
Improve this Doc
View Source
AllStrategyNames
Declaration
public static readonly ImmutableHashSet<string> AllStrategyNames
Field Value
Type |
Description |
System.Collections.Immutable.ImmutableHashSet<String> |
|
|
Improve this Doc
View Source
DownAllName
Declaration
public const string DownAllName = "down-all"
Field Value
|
Improve this Doc
View Source
KeepMajorityName
Declaration
public const string KeepMajorityName = "keep-majority"
Field Value
|
Improve this Doc
View Source
KeepOldestName
Declaration
public const string KeepOldestName = "keep-oldest"
Field Value
|
Improve this Doc
View Source
LeaseMajorityName
Declaration
public const string LeaseMajorityName = "lease-majority"
Field Value
|
Improve this Doc
View Source
StaticQuorumName
Declaration
public const string StaticQuorumName = "static-quorum"
Field Value
Properties
|
Improve this Doc
View Source
DownAllWhenUnstable
Declaration
public TimeSpan DownAllWhenUnstable { get; }
Property Value
|
Improve this Doc
View Source
DowningStableAfter
Declaration
public TimeSpan DowningStableAfter { get; }
Property Value
|
Improve this Doc
View Source
DowningStrategy
Declaration
public string DowningStrategy { get; }
Property Value
|
Improve this Doc
View Source
KeepMajorityRole
Declaration
public string KeepMajorityRole { get; }
Property Value
|
Improve this Doc
View Source
KeepOldestSettings
Declaration
public KeepOldestSettings KeepOldestSettings { get; }
Property Value
|
Improve this Doc
View Source
LeaseMajoritySettings
Declaration
public LeaseMajoritySettings LeaseMajoritySettings { get; }
Property Value
|
Improve this Doc
View Source
StaticQuorumSettings
Declaration
public StaticQuorumSettings StaticQuorumSettings { get; }
Property Value
Extension Methods