public interface ReaperMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
markedRollbackOnly(Uid txId)
The indicated transaction has been marked as rollback-only by the reaper.
|
void |
rolledBack(Uid txId)
The indicated transaction has been rolled back by the reaper.
|
void rolledBack(Uid txId)
txId - the transaction id.void markedRollbackOnly(Uid txId)
txId - the transaction id.Copyright © 2013. All Rights Reserved.