Uses of Class
org.nustaq.kontraktor.impl.DispatcherThread
| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.impl |
-
Uses of DispatcherThread in org.nustaq.kontraktor
Methods in org.nustaq.kontraktor that return DispatcherThread Modifier and Type Method Description DispatcherThreadScheduler. assignDispatcher(int minLoadPerc)DispatcherThreadActor. getCurrentDispatcher()Methods in org.nustaq.kontraktor with parameters of type DispatcherThread Modifier and Type Method Description voidScheduler. rebalance(DispatcherThread dispatcherThread)called from inside overloaded thread with load all actors assigned to the calling thread therefore can be safely movedvoidScheduler. threadStopped(DispatcherThread th)voidScheduler. tryIsolate(DispatcherThread dp, Actor actorRef)voidScheduler. tryStopThread(DispatcherThread dispatcherThread) -
Uses of DispatcherThread in org.nustaq.kontraktor.impl
Fields in org.nustaq.kontraktor.impl declared as DispatcherThread Modifier and Type Field Description protected DispatcherThreadSimpleScheduler. myThreadMethods in org.nustaq.kontraktor.impl that return DispatcherThread Modifier and Type Method Description DispatcherThreadSimpleScheduler. assignDispatcher(int minLoadPerc)Methods in org.nustaq.kontraktor.impl with parameters of type DispatcherThread Modifier and Type Method Description ActorActorsImpl. makeProxy(java.lang.Class<? extends Actor> clz, DispatcherThread disp, int qs)ActorActorsImpl. makeProxy(Actor realActor, java.lang.Class<? extends Actor> clz, DispatcherThread disp, int qs)voidSimpleScheduler. rebalance(DispatcherThread dispatcherThread)voidSimpleScheduler. threadStopped(DispatcherThread th)voidSimpleScheduler. tryIsolate(DispatcherThread dp, Actor actorRef)voidSimpleScheduler. tryStopThread(DispatcherThread dispatcherThread)