Class StaticQuorumSettings
Inherited Members
Namespace: Akka.Cluster.SBR
Assembly: Akka.Cluster.dll
Syntax
public sealed class StaticQuorumSettings
Constructors
| Edit this page View SourceStaticQuorumSettings(int, string)
Declaration
public StaticQuorumSettings(int size, string role)
Parameters
| Type | Name | Description |
|---|---|---|
| int | size | |
| string | role |
Properties
| Edit this page View SourceRole
Declaration
public string Role { get; }
Property Value
| Type | Description |
|---|---|
| string |
Size
Declaration
public int Size { get; }
Property Value
| Type | Description |
|---|---|
| int |
Edit this page