| Package | Description |
|---|---|
| net.anotheria.util.queue |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardQueueFactory<T>
A factory which creates queues.
|
class |
TimestampedQueueFactory<T>
QueueFactory which creates TimestampedQueues.
|
| Modifier and Type | Method and Description |
|---|---|
IQueueFactory<T> |
QueuedProcessor.getQueueFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedProcessor.setQueueFactory(IQueueFactory<T> queueFactory) |
| Constructor and Description |
|---|
QueuedProcessor(String aName,
IQueueWorker<T> aWorker,
IQueueFactory<T> aQueueFactory)
Creates a new QueuedProcessor.
|
QueuedProcessor(String aName,
IQueueWorker<T> aWorker,
IQueueFactory<T> aQueueFactory,
int aQueueSize,
long aSleepTime,
org.slf4j.Logger aLog)
Creates a new QueuedProcessor.
|
QueuedProcessor(String aName,
IQueueWorker<T> aWorker,
IQueueFactory<T> aQueueFactory,
org.slf4j.Logger aLog)
Creates a new QueuedProcessor.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.