public class RemoteScheduler extends SimpleScheduler
backOffStrategy, BLOCKED_MS_TIL_WARN, DEBUG_SCHEDULING, DEFQSIZE, myThread| Constructor and Description |
|---|
RemoteScheduler() |
RemoteScheduler(int defQSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
delayedCall(long millis,
Runnable toRun) |
<T> void |
runBlockingCall(Actor emitter,
Callable<T> toCall,
Callback<T> resultHandler) |
assignDispatcher, enqueueCall, enqueueCallFromRemote, getBackoffStrategy, getDefaultQSize, getInvoker, getNumActors, getReport, getSubMonitorables, inThread, pollDelay, put2QueuePolling, put2QueuePolling, rebalance, threadStopped, tryIsolate, tryStopThreadpublic RemoteScheduler()
public RemoteScheduler(int defQSize)
public void delayedCall(long millis,
Runnable toRun)
delayedCall in interface SchedulerdelayedCall in class SimpleSchedulerpublic <T> void runBlockingCall(Actor emitter, Callable<T> toCall, Callback<T> resultHandler)
runBlockingCall in interface SchedulerrunBlockingCall in class SimpleSchedulerCopyright © 2015. All rights reserved.