Uses of Interface
org.apache.flink.runtime.taskexecutor.slot.TimerService
-
Packages that use TimerService Package Description org.apache.flink.runtime.taskexecutor.slot -
-
Uses of TimerService in org.apache.flink.runtime.taskexecutor.slot
Classes in org.apache.flink.runtime.taskexecutor.slot that implement TimerService Modifier and Type Class Description classDefaultTimerService<K>Service to register timeouts for a given key.Constructors in org.apache.flink.runtime.taskexecutor.slot with parameters of type TimerService Constructor Description TaskSlotTableImpl(int numberSlots, ResourceProfile totalAvailableResourceProfile, ResourceProfile defaultSlotResourceProfile, int memoryPageSize, TimerService<AllocationID> timerService, Executor memoryVerificationExecutor)
-