public interface TransactionStore extends Service
| Modifier and Type | Method and Description |
|---|---|
void |
commit(TransactionId txid,
boolean wasPrepared,
Runnable preCommit,
Runnable postCommit) |
void |
prepare(TransactionId txid) |
void |
recover(TransactionRecoveryListener listener) |
void |
rollback(TransactionId txid) |
void prepare(TransactionId txid) throws IOException
IOExceptionvoid commit(TransactionId txid, boolean wasPrepared, Runnable preCommit, Runnable postCommit) throws IOException
IOExceptionvoid rollback(TransactionId txid) throws IOException
IOExceptionvoid recover(TransactionRecoveryListener listener) throws IOException
IOExceptionCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.