|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universal.OutcomeStore
Used to store the decision return by the consensus when it is sucessful.
Field Summary | |
(package private) int |
i
|
java.util.Vector |
outcomes
The vector uses to store the decisions |
Constructor Summary | |
OutcomeStore()
|
Method Summary | |
universal.StoreResult |
isCommitted(universal.Request req)
Check whether a Request has already been processed. |
void |
setCommitted(universal.Outcome out)
Stores the Outcome (Request, Reply, Update) return by the consensus when it is successful. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.util.Vector outcomes
int i
Constructor Detail |
public OutcomeStore()
Method Detail |
public universal.StoreResult isCommitted(universal.Request req)
public void setCommitted(universal.Outcome out)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |