Uses of Enum Class
net.anwiba.commons.thread.queue.WorkQueue.QueueState
Packages that use WorkQueue.QueueState
-
Uses of WorkQueue.QueueState in net.anwiba.commons.thread.queue
Methods in net.anwiba.commons.thread.queue that return WorkQueue.QueueStateModifier and TypeMethodDescriptionstatic WorkQueue.QueueStateWorkQueue.QueueState.get(ThreadPoolExecutor executor) static WorkQueue.QueueStateReturns the enum constant of this class with the specified name.static WorkQueue.QueueState[]WorkQueue.QueueState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.anwiba.commons.thread.queue with parameters of type WorkQueue.QueueStateModifier and TypeMethodDescriptionvoidWorkQueue.ExecutionHandler.afterExecute(WorkQueue.ProcessScheduledFuture<?> future, Throwable throwable, int poolSize, int activeCount, int queueSize, WorkQueue.QueueState queueState) voidWorkQueue.ExecutionHandler.beforeExecute(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)