Package | Description |
---|---|
bftsmart.paxosatwar.executionmanager | |
bftsmart.tom.leaderchange |
Modifier and Type | Method and Description |
---|---|
TimestampValuePair |
Execution.getQuorumWeaks()
Return the value read from a Byzantine quorum of WEAKS that has
previously been stored
|
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<TimestampValuePair> |
Execution.getWriteSet() |
Modifier and Type | Method and Description |
---|---|
TimestampValuePair |
CollectData.getQuorumWeaks()
Get value received from a Byzantine quorum of WEAKS
|
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<TimestampValuePair> |
CollectData.getWriteSet()
Get set of values written by the replica
|
Constructor and Description |
---|
CollectData(int pid,
int eid,
TimestampValuePair quorumWeaks,
java.util.HashSet<TimestampValuePair> writeSet)
Constructor
|
Constructor and Description |
---|
CollectData(int pid,
int eid,
TimestampValuePair quorumWeaks,
java.util.HashSet<TimestampValuePair> writeSet)
Constructor
|