Uses of Interface
org.apache.flink.runtime.taskexecutor.slot.TimeoutListener
-
Packages that use TimeoutListener Package Description org.apache.flink.runtime.taskexecutor.slot -
-
Uses of TimeoutListener in org.apache.flink.runtime.taskexecutor.slot
Subinterfaces of TimeoutListener in org.apache.flink.runtime.taskexecutor.slot Modifier and Type Interface Description interfaceTaskSlotTable<T extends TaskSlotPayload>Container for multipleTaskSlotinstances.Classes in org.apache.flink.runtime.taskexecutor.slot that implement TimeoutListener Modifier and Type Class Description classTaskSlotTableImpl<T extends TaskSlotPayload>Default implementation ofTaskSlotTable.Methods in org.apache.flink.runtime.taskexecutor.slot with parameters of type TimeoutListener Modifier and Type Method Description voidDefaultTimerService. start(TimeoutListener<K> initialTimeoutListener)voidTimerService. start(TimeoutListener<K> timeoutListener)Starts this timer service.
-