KeepRefereeOptionsType
このコンテンツはまだ日本語訳がありません。
KeepRefereeOptionsType =
object
Defined in: src/cluster/downing/KeepRefereeOptions.ts:5
Plain options-object shape accepted by KeepReferee.
Properties
Section titled “Properties”downAllIfBelowQuorum?
Section titled “downAllIfBelowQuorum?”
readonlyoptionaldownAllIfBelowQuorum?:number
Defined in: src/cluster/downing/KeepRefereeOptions.ts:12
Additional quorum a.k.a. down-all-if-referee-reachable-but-too-few.
refereeAddress
Section titled “refereeAddress”
readonlyrefereeAddress:string
Defined in: src/cluster/downing/KeepRefereeOptions.ts:10
Fixed “referee” address; whichever partition contains it survives.
Must match the address format returned by NodeAddress.toString().
