Package org.apache.flink.runtime.metrics
Interface TimerGauge.StartStopListener
-
- All Known Implementing Classes:
PausableRelativeClock
- Enclosing class:
- TimerGauge
public static interface TimerGauge.StartStopListenerListens forTimerGauge.markStart()andTimerGauge.markEnd()events.Beware! As it is right now,
TimerGauge.StartStopListeneris notified under theTimerGauge's lock, so those callbacks should be very short, without long call stacks that acquire more locks. Otherwise, a potential for deadlocks can be introduced.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmarkEnd()voidmarkStart()
-