|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.StoreResult
This object contains the return value by the method propose() of the class Consensus.
Field Summary | |
boolean |
bool
True if the consensus is successful |
universal.Outcome |
out
Contains the (Request, Reply,Update) that is for the position in the total order that the consensus was done for. |
Constructor Summary | |
StoreResult(boolean bool,
universal.Outcome out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean bool
public universal.Outcome out
Constructor Detail |
public StoreResult(boolean bool, universal.Outcome out)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |