Uses of Enum Class
io.camunda.zeebe.scheduler.SchedulingHints
Packages that use SchedulingHints
-
Uses of SchedulingHints in io.camunda.zeebe.scheduler
Methods in io.camunda.zeebe.scheduler that return SchedulingHintsModifier and TypeMethodDescriptionstatic SchedulingHintsSchedulingHints.cpuBound()static SchedulingHintsSchedulingHints.ioBound()static SchedulingHintsReturns the enum constant of this class with the specified name.static SchedulingHints[]SchedulingHints.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.scheduler with parameters of type SchedulingHintsModifier and TypeMethodDescriptionActorScheduler.submitActor(Actor actor, SchedulingHints schedulingHints) Submits an actor providing hints to the scheduler about how to best schedule the actor.ActorSchedulingService.submitActor(Actor actor, SchedulingHints schedulingHints)