| Package | Description |
|---|---|
| net.anwiba.commons.process.queue |
| Modifier and Type | Method and Description |
|---|---|
static WorkQueue.QueueState |
WorkQueue.QueueState.get(ThreadPoolExecutor executor) |
static WorkQueue.QueueState |
WorkQueue.QueueState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkQueue.QueueState[] |
WorkQueue.QueueState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkQueue.ExecutionHandler.afterExecute(WorkQueue.ProcessScheduledFuture<?> future,
Throwable throwable,
int poolSize,
int activeCount,
int queueSize,
WorkQueue.QueueState queueState) |
void |
WorkQueue.ExecutionHandler.beforeExecute(Thread thread,
WorkQueue.ProcessScheduledFuture<?> future,
int poolSize,
int activeCount,
int queueSize,
WorkQueue.QueueState queueState) |
void |
WorkQueue.ExecutionHandler.execute(WorkQueue.ProcessScheduledFuture<?> future,
int poolSize,
int activeCount,
int queueSize,
WorkQueue.QueueState queueState) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.