public abstract class AbstractMultiThreadDispatcher extends AbstractLifecycleDispatcher
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractMultiThreadDispatcher.MultiThreadTask |
AbstractLifecycleDispatcher.Task| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMultiThreadDispatcher(int numberThreads,
int backlog) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToTailRecursionPile(AbstractLifecycleDispatcher.Task task) |
protected AbstractLifecycleDispatcher.Task |
allocateRecursiveTask() |
protected AbstractLifecycleDispatcher.Task |
allocateTask() |
int |
getBacklog() |
alive, awaitAndShutdown, dispatch, dispatch, execute, execute, getContext, halt, isInContext, route, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitAndShutdownprotected AbstractMultiThreadDispatcher(int numberThreads,
int backlog)
public int getBacklog()
protected AbstractLifecycleDispatcher.Task allocateRecursiveTask()
allocateRecursiveTask in class AbstractLifecycleDispatcherprotected void addToTailRecursionPile(AbstractLifecycleDispatcher.Task task)
addToTailRecursionPile in class AbstractLifecycleDispatcherprotected AbstractLifecycleDispatcher.Task allocateTask()
allocateTask in class AbstractLifecycleDispatcher