Uses of Interface
org.apache.flink.runtime.taskexecutor.slot.TimeoutListener
Packages that use TimeoutListener
-
Uses of TimeoutListener in org.apache.flink.runtime.taskexecutor.slot
Subinterfaces of TimeoutListener in org.apache.flink.runtime.taskexecutor.slotModifier and TypeInterfaceDescriptioninterfaceTaskSlotTable<T extends TaskSlotPayload>Container for multipleTaskSlotinstances.Classes in org.apache.flink.runtime.taskexecutor.slot that implement TimeoutListenerModifier and TypeClassDescriptionclassTaskSlotTableImpl<T extends TaskSlotPayload>Default implementation ofTaskSlotTable.Methods in org.apache.flink.runtime.taskexecutor.slot with parameters of type TimeoutListenerModifier and TypeMethodDescriptionvoidDefaultTimerService.start(TimeoutListener<K> initialTimeoutListener) voidTimerService.start(TimeoutListener<K> timeoutListener) Starts this timer service.