public interface TxLog extends BaseStore
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove_committed(Uid u,
String tn)
Remove the object's committed state.
|
void |
sync()
Some object store implementations may be running with automatic
sync disabled.
|
boolean |
write_committed(Uid u,
String tn,
OutputObjectState buff)
Write a new copy of the object's committed state.
|
getStoreName, start, stopboolean remove_committed(Uid u, String tn) throws ObjectStoreException
u - The object to work on.tn - The type of the object to work on.true if no errors occurred, false
otherwise.ObjectStoreExceptionboolean write_committed(Uid u, String tn, OutputObjectState buff) throws ObjectStoreException
u - The object to work on.tn - The type of the object to work on.buff - The state to write.true if no errors occurred, false
otherwise.ObjectStoreExceptionvoid sync()
throws SyncFailedException,
ObjectStoreException
Copyright © 2013. All Rights Reserved.