Method Summary |
|
public synchronized TxnBatchID | acknowledge(TransactionID txID) |
public synchronized void | addBatch(TxnBatchID batchID, Collection transactionIDs) |
public synchronized List | addIncompleteBatchIDsTo(List c) Adds all incomplete transaction batch ids to the given collection in the order they were added. |
public synchronized List | addIncompleteTransactionIDsTo(LinkedList list) This is used for testing. |
public synchronized void | clear() |
public Object | dump() |
public synchronized TxnBatchID | getBatchByTransactionID(TransactionID txID) |
public synchronized TransactionID | getLowWaterMark() |
public synchronized TxnBatchID | getMinIncompleteBatchID() |
public synchronized void | stop() Ignores all further modifier calls. |
public String | toString() |