Uses of Interface
io.camunda.zeebe.util.sched.clock.ActorClock
Packages that use ActorClock
Package
Description
-
Uses of ActorClock in io.camunda.zeebe.util.sched
Methods in io.camunda.zeebe.util.sched that return ActorClockModifier and TypeMethodDescriptionActorScheduler.ActorSchedulerBuilder.getActorClock()ActorThread.getClock()Methods in io.camunda.zeebe.util.sched with parameters of type ActorClockModifier and TypeMethodDescriptionIoScheduler.getNextTask(ActorClock now) 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) ActorScheduler.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) voidActorTimerQueue.processExpiredTimers(ActorClock clock) voidActorTimerQueue.schedule(TimerSubscription timer, ActorClock now) ActorScheduler.ActorSchedulerBuilder.setActorClock(ActorClock actorClock) Constructors in io.camunda.zeebe.util.sched with parameters of type ActorClockModifierConstructorDescriptionActorThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue) ActorTimerQueue(ActorClock clock) ActorTimerQueue(ActorClock clock, int ticksPerWheel) -
Uses of ActorClock in io.camunda.zeebe.util.sched.clock
Classes in io.camunda.zeebe.util.sched.clock that implement ActorClockModifier and TypeClassDescriptionfinal classFor testcasesfinal classDefault actor clock implementation; minimizes calls toSystem.currentTimeMillis()to once per millisecond.Methods in io.camunda.zeebe.util.sched.clock that return ActorClock -
Uses of ActorClock in io.camunda.zeebe.util.sched.testing
Constructors in io.camunda.zeebe.util.sched.testing with parameters of type ActorClockModifierConstructorDescriptionActorSchedulerRule(int numOfThreads, int numOfIoThreads, ActorClock clock) ActorSchedulerRule(int numOfThreads, ActorClock clock) ActorSchedulerRule(ActorClock clock) ControlledActorThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue)