StaticQuorumOptionsType
StaticQuorumOptionsType =
object
Defined in: src/cluster/downing/StaticQuorumOptions.ts:5
Plain options-object shape accepted by StaticQuorum.
Properties
Section titled “Properties”quorumSize
Section titled “quorumSize”
readonlyquorumSize:number
Defined in: src/cluster/downing/StaticQuorumOptions.ts:7
Exact size of the quorum needed on the reachable side.
readonlyoptionalrole?:string
Defined in: src/cluster/downing/StaticQuorumOptions.ts:9
If set, only members carrying this role count toward quorum.
