quorum(-Quorum) is det[private]
Get the current quorum as a bitmask
 node(?NodeId)[private]
 quorum(?Bitmap)[private]
 dead(?Bitmap)[private]
 failed(?Bitmap)[private]
 failed(?NodeId, ?LastTried, ?Score)[private]
Track our identity as well as as the status of our peers in the network. NodeId is a small integer. Multiple NodeIds are combined in a Bitmap.
 node(-Node) is det[private]
Get the node ID for this paxos node.