Package | Description |
---|---|
bftsmart.paxosatwar | |
bftsmart.paxosatwar.executionmanager | |
bftsmart.paxosatwar.roles |
Modifier and Type | Method and Description |
---|---|
Round |
Consensus.getDecisionRound() |
Modifier and Type | Method and Description |
---|---|
void |
Consensus.decided(Round round) |
Modifier and Type | Method and Description |
---|---|
Round |
Execution.createRound(ServerViewManager recManager)
Creates a round associated with this execution, supposedly the next
|
Round |
Execution.getDecisionRound()
The round at which a decision was possible to make
|
Round |
Execution.getLastRound()
The last round of this execution
|
Round |
Execution.getRound(int number,
boolean create,
ServerViewManager recManager)
Gets a round associated with this execution
|
Round |
Execution.getRound(int number,
ServerViewManager recManager)
Gets a round associated with this execution
|
Modifier and Type | Method and Description |
---|---|
void |
Execution.decided(Round round,
byte[] value)
Called by the Acceptor, to set the decided value
|
Modifier and Type | Method and Description |
---|---|
void |
Acceptor.proposeReceived(Round round,
PaxosMessage msg)
Called when a PROPOSE message is received or when processing a formerly out of context propose which
is know belongs to the current execution.
|