|
|||||||||
| Home >> All >> com >> go >> trove >> util >> [ tq overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.go.trove.util.tq
| Interface Summary | |
| Transaction | Defines a unit of work to be performed in a TransactionQueue. |
| TransactionQueueListener | Interface used to receive events from a TransactionQueue. |
| UncaughtExceptionListener | Interface used to receive uncaught exceptions from a TransactionQueue. |
| Class Summary | |
| TransactionQueue | TransactionQueue processes Transactions concurrently using threads obtained from a com.go.trove.util.ThreadPool. |
| TransactionQueueAdapter | Abstract implementation of TransactionQueueListener and UncaughtExceptionListener that make it easier to implement those listeners. |
| TransactionQueueData | This class contains a snapshot of data from a TransactionQueue. |
| TransactionQueueEvent | An event that contains information from a TransactionQueue. |
| TransactionQueueSizeTuner | Automatically tunes a TransactionQueue by dynamically adjusting the maximum size of the queue. |
| TransactionQueueThreadTuner | Automatically tunes a TransactionQueue by dynamically adjusting the maximum allowed number of worker threads. |
| UncaughtExceptionEvent | An event that represents an uncaught exception from a TransactionQueue. |
|
|||||||||
| Home >> All >> com >> go >> trove >> util >> [ tq overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||