|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.update.UpdateResult
An UpdateResult
is a message used for internal
communication between the InnerRing
and the
UpdateStage
. After the UpdateStage
has
executed an update, it returns an UpdateResult
to
the InnerRing
for agreement.
The map returned in the UpdateResult
provides a
mapping from Aguid to Vhash for all objects that were modified by
the update.
Method Summary | |
---|---|
boolean |
getCommitted()
Returns whether the update committed. |
Map |
getMap()
Returns the map from Aguid to Vhash for all objects modified by the update. |
int |
getTupleExecuted()
Returns the number of the tuple that was executed. |
SecureHash |
getUpdateDigest()
Returns the digest of the update whose result is reported. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public boolean getCommitted()
true
if the update committed;
false
otherwisepublic SecureHash getUpdateDigest()
public int getTupleExecuted()
public Map getMap()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |