ConsensusStrategy
class ConsensusStrategy implementsStrategyInterface
ConsensusStrategy is a StrategyInterface implementation where strictly more than 50% items should be successful.
Methods
bool
isMet(int$numberOfSuccess,int$numberOfItems)
Returns whether or not the quorum is met.
bool
canBeMet(int$numberOfFailure,int$numberOfItems)
Returns whether or not the quorum could be met.