Class GaugePeriodTimer
- java.lang.Object
-
- org.apache.flink.streaming.runtime.tasks.mailbox.GaugePeriodTimer
-
- All Implemented Interfaces:
PeriodTimer
public class GaugePeriodTimer extends Object implements PeriodTimer
Implementation ofPeriodTimer
based onTimerGauge
.
-
-
Constructor Summary
Constructors Constructor Description GaugePeriodTimer(TimerGauge timerGauge)
-
-
-
Constructor Detail
-
GaugePeriodTimer
public GaugePeriodTimer(TimerGauge timerGauge)
-
-
Method Detail
-
markStart
public void markStart()
- Specified by:
markStart
in interfacePeriodTimer
-
markEnd
public void markEnd()
- Specified by:
markEnd
in interfacePeriodTimer
-
-