Uses of Interface
org.nustaq.kontraktor.Scheduler
| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.impl | |
| org.nustaq.kontraktor.util |
-
Uses of Scheduler in org.nustaq.kontraktor
Fields in org.nustaq.kontraktor declared as Scheduler Modifier and Type Field Description SchedulerActor. __schedulerFields in org.nustaq.kontraktor with type parameters of type Scheduler Modifier and Type Field Description static java.util.function.Supplier<Scheduler>Actors. defaultSchedulerMethods in org.nustaq.kontraktor that return Scheduler Modifier and Type Method Description SchedulerActor. getScheduler()Methods in org.nustaq.kontraktor with parameters of type Scheduler Modifier and Type Method Description static <T extends Actor>
TActors. AsActor(java.lang.Class<T> actorClazz, Scheduler scheduler)create an new actor dispatched in the given DispatcherThreadstatic <T extends Actor>
TActors. AsActor(java.lang.Class<T> actorClazz, Scheduler scheduler, int qsize)create an new actor dispatched in the given DispatcherThread -
Uses of Scheduler in org.nustaq.kontraktor.impl
Classes in org.nustaq.kontraktor.impl that implement Scheduler Modifier and Type Class Description classRemoteSchedulerCreated by ruedi on 08.08.14.classSimpleSchedulerCreated by ruedi on 02/04/15.Methods in org.nustaq.kontraktor.impl that return Scheduler Modifier and Type Method Description SchedulerDispatcherThread. getScheduler()Methods in org.nustaq.kontraktor.impl with parameters of type Scheduler Modifier and Type Method Description ActorActorsImpl. newProxy(java.lang.Class<? extends Actor> clz, Scheduler sched, int qsize)ActorActorsImpl. newProxy(Actor instance, java.lang.Class<? extends Actor> clz, Scheduler sched, int qsize)Constructors in org.nustaq.kontraktor.impl with parameters of type Scheduler Constructor Description DispatcherThread(Scheduler scheduler)DispatcherThread(Scheduler scheduler, boolean autoShutDown) -
Uses of Scheduler in org.nustaq.kontraktor.util
Constructors in org.nustaq.kontraktor.util with parameters of type Scheduler Constructor Description Hoarde(int numActors, java.lang.Class<T> actor, Scheduler sched)create a hoarde scheduled on given scheduler