|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.leader.LeaderCrashStopServer.trustListElement
Field Summary | |
protected long |
delta
If we don't have received any AmAlive message from the replicated server k during a period delta, this server is considered as not to be alive. |
protected int |
epoch
Useful only for the crash recovery model |
protected long |
lastReceivingTime
The last time we have received a message AmAlive for the replicated server k |
protected boolean |
trusted
True if the replicated server k is consider to be alive |
Constructor Summary | |
LeaderCrashStopServer.trustListElement()
Initialisation of all the variables. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean trusted
protected int epoch
protected long lastReceivingTime
protected long delta
Constructor Detail |
public LeaderCrashStopServer.trustListElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |