Uses of Class
io.camunda.zeebe.util.sched.ActorThreadGroup
Packages that use ActorThreadGroup
-
Uses of ActorThreadGroup in io.camunda.zeebe.util.sched
Subclasses of ActorThreadGroup in io.camunda.zeebe.util.schedModifier and TypeClassDescriptionfinal classThread group for the non-blocking, CPU bound, tasks.final classMethods in io.camunda.zeebe.util.sched that return ActorThreadGroupModifier and TypeMethodDescriptionActorTask.getActorThreadGroup()ActorThread.getActorThreadGroup()ActorScheduler.ActorSchedulerBuilder.getCpuBoundActorThreads()ActorExecutor.getCpuBoundThreads()ActorScheduler.ActorSchedulerBuilder.getIoBoundActorThreads()ActorExecutor.getIoBoundThreads()Methods in io.camunda.zeebe.util.sched with parameters of type ActorThreadGroupModifier and TypeMethodDescriptionActorScheduler.ActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue) ActorScheduler.DefaultActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue) ActorTask.onTaskScheduled(ActorExecutor actorExecutor, ActorThreadGroup actorThreadGroup) called when the task is initially scheduled.Constructors in io.camunda.zeebe.util.sched with parameters of type ActorThreadGroupModifierConstructorDescriptionActorThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue) -
Uses of ActorThreadGroup in io.camunda.zeebe.util.sched.testing
Constructors in io.camunda.zeebe.util.sched.testing with parameters of type ActorThreadGroupModifierConstructorDescriptionControlledActorThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue)