Interface | Description |
---|---|
AbstractTransactionQueue.CloseableEnumeration | |
TransactionCallback |
Interface used to define objects that want to receive the streamed
results from RetrieveTxnResponse messages.
|
TransactionQueueListener |
Class | Description |
---|---|
AbstractTransactionQueue |
Class responsible for keeping track of the transaction queue.
|
ConcatenatedTransactionQueue |
Given the old style file based transaction queue and the new style queue
this class provides a common interface concatenating the two queues allowing
the data to be iterated over as if in a single queue.
|
Transaction |
Class that holds the information known about a single transaction
on a handle server.
|
TransactionQueue |
Class responsible for keeping track of the different transaction
queue files.
|
TransactionQueueBerkeleyDB |
Class responsible for keeping track of the transactions.
|
TransactionQueueBerkeleyDB.QueueScanner | |
TxnLogMigrationTool |