Uses of Interface
io.camunda.zeebe.scheduler.clock.ActorClock
Packages that use ActorClock
-
Uses of ActorClock in io.camunda.zeebe.scheduler
Methods in io.camunda.zeebe.scheduler that return ActorClockModifier and TypeMethodDescriptionActorScheduler.ActorSchedulerBuilder.getActorClock()ActorThread.getClock()Methods in io.camunda.zeebe.scheduler with parameters of type ActorClockModifier and TypeMethodDescriptionActorScheduler.ActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue, boolean metricsEnabled) ActorScheduler.DefaultActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue, boolean metricsEnabled) voidActorTimerQueue.processExpiredTimers(ActorClock clock) voidActorTimerQueue.schedule(TimerSubscription timer, ActorClock now) ActorScheduler.ActorSchedulerBuilder.setActorClock(ActorClock actorClock) Constructors in io.camunda.zeebe.scheduler with parameters of type ActorClockModifierConstructorDescriptionActorThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue, boolean metricsEnabled) ActorTimerQueue(ActorClock clock) ActorTimerQueue(ActorClock clock, int ticksPerWheel) -
Uses of ActorClock in io.camunda.zeebe.scheduler.clock
Classes in io.camunda.zeebe.scheduler.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.scheduler.clock that return ActorClock