Uses of Class
io.camunda.zeebe.util.sched.ActorTask
Packages that use ActorTask
-
Uses of ActorTask in io.camunda.zeebe.util.sched
Methods in io.camunda.zeebe.util.sched that return ActorTaskModifier and TypeMethodDescriptionActorThread.getCurrentTask()IoScheduler.getNextTask(ActorClock now) MultiLevelWorkstealingGroup.getNextTask(int level) PriorityScheduler.getNextTask(ActorClock clock) calculates and returns the next task to execute or null if no such task can be determined.TaskScheduler.getNextTask(ActorClock now) protected ActorTaskWorkStealingGroup.getNextTask()Attempts to acquire the next task to executeActorJob.getTask()ActorTaskQueue.pop()ActorTaskQueue.trySteal()Attempts to steal a task from this list.Methods in io.camunda.zeebe.util.sched with parameters of type ActorTaskModifier and TypeMethodDescriptionvoidappends a task at the end (tail) of the listprotected abstract intprotected intprotected intvoidActorJob.onJobAddedToTask(ActorTask task) default voidTaskScheduler.onTaskReleased(ActorTask task) voidvoidvoidSubmit the task into the provided thread's queueActorExecutor.submitCpuBound(ActorTask task) Initially submit a non-blocking actor to be managed by this scheduler.ActorExecutor.submitIoBoundTask(ActorTask task) Constructor parameters in io.camunda.zeebe.util.sched with type arguments of type ActorTaskModifierConstructorDescriptionPriorityScheduler(IntFunction<ActorTask> getTaskFn, double[] quotas) -
Uses of ActorTask in io.camunda.zeebe.util.sched.future
Methods in io.camunda.zeebe.util.sched.future with parameters of type ActorTask