Uses of Class
net.anwiba.commons.thread.queue.WorkQueue.QueueState
-
Packages that use WorkQueue.QueueState Package Description net.anwiba.commons.thread.queue -
-
Uses of WorkQueue.QueueState in net.anwiba.commons.thread.queue
Methods in net.anwiba.commons.thread.queue that return WorkQueue.QueueState Modifier and Type Method Description static WorkQueue.QueueStateWorkQueue.QueueState. get(java.util.concurrent.ThreadPoolExecutor executor)static WorkQueue.QueueStateWorkQueue.QueueState. valueOf(java.lang.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.Methods in net.anwiba.commons.thread.queue with parameters of type WorkQueue.QueueState Modifier and Type Method Description voidWorkQueue.ExecutionHandler. afterExecute(WorkQueue.ProcessScheduledFuture<?> future, java.lang.Throwable throwable, int poolSize, int activeCount, int queueSize, WorkQueue.QueueState queueState)voidWorkQueue.ExecutionHandler. beforeExecute(java.lang.Thread thread, WorkQueue.ProcessScheduledFuture<?> future, int poolSize, int activeCount, int queueSize, WorkQueue.QueueState queueState)voidWorkQueue.ExecutionHandler. execute(WorkQueue.ProcessScheduledFuture<?> future, int poolSize, int activeCount, int queueSize, WorkQueue.QueueState queueState)
-