Uses of Interface
org.apache.flink.runtime.metrics.TimerGauge.StartStopListener
Packages that use TimerGauge.StartStopListener
Package
Description
-
Uses of TimerGauge.StartStopListener in org.apache.flink.runtime.metrics
Methods in org.apache.flink.runtime.metrics with parameters of type TimerGauge.StartStopListenerModifier and TypeMethodDescriptionvoidTimerGauge.registerListener(TimerGauge.StartStopListener listener) voidTimerGauge.unregisterListener(TimerGauge.StartStopListener listener) -
Uses of TimerGauge.StartStopListener in org.apache.flink.runtime.metrics.groups
Methods in org.apache.flink.runtime.metrics.groups with parameters of type TimerGauge.StartStopListenerModifier and TypeMethodDescriptionvoidTaskIOMetricGroup.registerBackPressureListener(TimerGauge.StartStopListener backPressureListener) voidTaskIOMetricGroup.unregisterBackPressureListener(TimerGauge.StartStopListener backPressureListener) -
Uses of TimerGauge.StartStopListener in org.apache.flink.streaming.api.operators.util
Classes in org.apache.flink.streaming.api.operators.util that implement TimerGauge.StartStopListenerModifier and TypeClassDescriptionclassARelativeClockwhose time progress with respect to the wall clock can be paused and un-paused.