Package | Description |
---|---|
bftsmart.tom.leaderchange |
Modifier and Type | Method and Description |
---|---|
LastEidData |
LCManager.getHighestLastEid(int ts)
Gets the highest valid last eid related to the given timestamp
|
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<LastEidData> |
LCManager.getLastEids(int regency)
Get the set of last eids related to a regency
|
Modifier and Type | Method and Description |
---|---|
void |
LCManager.addLastEid(int regency,
LastEidData lastEid)
Keep last eid from an incoming SYNC message
|
Modifier and Type | Method and Description |
---|---|
void |
LCManager.setLastEids(int regency,
java.util.HashSet<LastEidData> lasts)
Defines the set of last eids related to a regency
|