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
IOException
void commit(TransactionId txid, boolean wasPrepared, Runnable preCommit, Runnable postCommit) throws IOException
IOException
void rollback(TransactionId txid) throws IOException
IOException
void recover(TransactionRecoveryListener listener) throws IOException
IOException
Copyright © 2005–2022 FuseSource, Corp.. All rights reserved.