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 |
|---|---|
protected CallEntry |
createCallentry(ConnectionRegistry reg,
Object[] args,
boolean isCB,
Actor actor,
Method method) |
void |
delayedCall(long millis,
Runnable toRun) |
<T> void |
runBlockingCall(Actor emitter,
Callable<T> toCall,
Callback<T> resultHandler) |
assignDispatcher, enqueueCall, enqueueCall, enqueueCallFromRemote, getAllInterfaces, getAllInterfacesForClassAsSet, getBackoffStrategy, getDefaultQSize, getInvoker, getNumActors, getReport, getSubMonitorables, inThread, pollDelay, put2QueuePolling, put2QueuePolling, rebalance, setKeepAlive, terminateIfIdle, 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 SimpleSchedulerprotected CallEntry createCallentry(ConnectionRegistry reg, Object[] args, boolean isCB, Actor actor, Method method)
createCallentry in class SimpleSchedulerCopyright © 2019. All rights reserved.