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 TypeMethodDescriptionlongDelayedTimerSubscription.getDeadline(ActorClock now) longStampedTimerSubscription.getDeadline(ActorClock ignored) longTimerSubscription.getDeadline(ActorClock now) ActorScheduler.ActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue, boolean metricsEnabled, org.agrona.concurrent.IdleStrategy idleStrategy) ActorScheduler.DefaultActorThreadFactory.newThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue, boolean metricsEnabled, org.agrona.concurrent.IdleStrategy idleStrategy) 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) ActorThread(String name, int id, ActorThreadGroup threadGroup, TaskScheduler taskScheduler, ActorClock clock, ActorTimerQueue timerQueue, boolean metricsEnabled, org.agrona.concurrent.IdleStrategy idleStrategy) 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