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, stop
boolean 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.ObjectStoreException
boolean 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.ObjectStoreException
void sync() throws SyncFailedException, ObjectStoreException
Copyright © 2016 JBoss by Red Hat. All rights reserved.