|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.consensus.register.WriteResult
The object return by the write method of the registry
Field Summary | |
boolean |
bool
True if the leader hasn't received any NackWriteMessage |
boolean |
permission
Could be useful if we want to implement the crash recovery model in the way that it has been done in paxos. |
Constructor Summary | |
WriteResult(boolean bool,
boolean permission)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean bool
public boolean permission
Constructor Detail |
public WriteResult(boolean bool, boolean permission)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |