Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.go.trove.util.tq: Javadoc index of package com.go.trove.util.tq.


Package Samples:

com.go.trove.util.tq

Classes:

TransactionQueue: TransactionQueue processes Transactions concurrently using threads obtained from a com.go.trove.util.ThreadPool . When a transaction is enqueued, it goes into a waiting queue, and it is serviced as soon as a thread is available.
UncaughtExceptionEvent: An event that represents an uncaught exception from a TransactionQueue . UncaughtExceptionEvents can be received by implementing a UncaughtExceptionListener .
TransactionQueueEvent: An event that contains information from a TransactionQueue . TransactionQueueEvents can be received by implementing a TransactionQueueListener .
TransactionQueueThreadTuner: Automatically tunes a TransactionQueue by dynamically adjusting the maximum allowed number of worker threads. A TransactionQueueThreadTuner instance should only be added to one TransactionQueue. NOTE: The current implementation of TransactionQueueThreadTuner is experimental and should not be used in production systems.
TransactionQueueSizeTuner: Automatically tunes a TransactionQueue by dynamically adjusting the maximum size of the queue. TransactionQueueSizeTuner only works for TransactionQueues that have a transaction timeout, and a TransactionQueueSizeTuner instance should only be added to one TransactionQueue.
UncaughtExceptionListener: Interface used to receive uncaught exceptions from a TransactionQueue .
TransactionQueueData: This class contains a snapshot of data from a TransactionQueue .
Transaction: Defines a unit of work to be performed in a TransactionQueue .
TransactionQueueListener: Interface used to receive events from a TransactionQueue .
TransactionQueueAdapter: Abstract implementation of TransactionQueueListener and UncaughtExceptionListener that make it easier to implement those listeners.

Home | Contact Us | Privacy Policy | Terms of Service