final class DispatcherImpl extends java.lang.Object implements Dispatcher
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ExecutorService |
executorService |
Constructor and Description |
---|
DispatcherImpl(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
invokeLater(java.lang.Runnable task) |
void |
shutdown() |
public DispatcherImpl(Configuration conf)
public void invokeLater(java.lang.Runnable task)
invokeLater
in interface Dispatcher
public void shutdown()
shutdown
in interface Dispatcher