Uses of Class
org.nustaq.kontraktor.impl.DispatcherThread
Packages that use DispatcherThread
-
Uses of DispatcherThread in org.nustaq.kontraktor
Methods in org.nustaq.kontraktor that return DispatcherThreadModifier and TypeMethodDescriptionScheduler.assignDispatcher(int minLoadPerc) Actor.getCurrentDispatcher()Methods in org.nustaq.kontraktor with parameters of type DispatcherThreadModifier and TypeMethodDescriptionvoidScheduler.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 DispatcherThreadMethods in org.nustaq.kontraktor.impl that return DispatcherThreadMethods in org.nustaq.kontraktor.impl with parameters of type DispatcherThreadModifier and TypeMethodDescriptionActorsImpl.makeProxy(Class<? extends Actor> clz, DispatcherThread disp, int qs) ActorsImpl.makeProxy(Actor realActor, 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)