Search Results for

    Show / Hide Table of Contents

    Class SplitBrainResolverSettings

    Inheritance
    object
    SplitBrainResolverSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Cluster.SBR
    Assembly: Akka.Cluster.dll
    Syntax
    public sealed class SplitBrainResolverSettings

    Constructors

    | Edit this page View Source

    SplitBrainResolverSettings(Config)

    Declaration
    public SplitBrainResolverSettings(Config config)
    Parameters
    Type Name Description
    Config config

    Fields

    | Edit this page View Source

    AllStrategyNames

    Declaration
    public static readonly ImmutableHashSet<string> AllStrategyNames
    Field Value
    Type Description
    ImmutableHashSet<string>
    | Edit this page View Source

    DownAllName

    Declaration
    public const string DownAllName = "down-all"
    Field Value
    Type Description
    string
    | Edit this page View Source

    KeepMajorityName

    Declaration
    public const string KeepMajorityName = "keep-majority"
    Field Value
    Type Description
    string
    | Edit this page View Source

    KeepOldestName

    Declaration
    public const string KeepOldestName = "keep-oldest"
    Field Value
    Type Description
    string
    | Edit this page View Source

    LeaseMajorityName

    Declaration
    public const string LeaseMajorityName = "lease-majority"
    Field Value
    Type Description
    string
    | Edit this page View Source

    StaticQuorumName

    Declaration
    public const string StaticQuorumName = "static-quorum"
    Field Value
    Type Description
    string

    Properties

    | Edit this page View Source

    DownAllWhenUnstable

    Declaration
    public TimeSpan DownAllWhenUnstable { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    DowningStableAfter

    Declaration
    public TimeSpan DowningStableAfter { get; }
    Property Value
    Type Description
    TimeSpan
    | Edit this page View Source

    DowningStrategy

    Declaration
    public string DowningStrategy { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    KeepMajorityRole

    Declaration
    public string KeepMajorityRole { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    KeepOldestSettings

    Declaration
    public KeepOldestSettings KeepOldestSettings { get; }
    Property Value
    Type Description
    KeepOldestSettings
    | Edit this page View Source

    LeaseMajoritySettings

    Declaration
    public LeaseMajoritySettings LeaseMajoritySettings { get; }
    Property Value
    Type Description
    LeaseMajoritySettings
    | Edit this page View Source

    StaticQuorumSettings

    Declaration
    public StaticQuorumSettings StaticQuorumSettings { get; }
    Property Value
    Type Description
    StaticQuorumSettings

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET