Election Module
Functions and values
| Function or value |
Description
|
Full Usage:
Election.elect topologyName view
Parameters:
string
view : MemberView
Returns: ElectionResult
|
Compute the master peer for `topologyName` over the live set in `view`, using `view.Epoch` to make selection epoch-sticky.
|
Full Usage:
Election.selfIsMaster topologyName view
Parameters:
string
view : MemberView
Returns: bool
|
True when the local peer is the elected master for `topologyName`.
|
FsShelter