Uses of Class
org.apache.flink.runtime.metrics.TimerGauge
-
Packages that use TimerGauge Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.io.network.partition.hybrid org.apache.flink.runtime.metrics.groups -
-
Uses of TimerGauge in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return TimerGauge Modifier and Type Method Description TimerGaugeBufferWritingResultPartition. getHardBackPressuredTimeMsPerSecond() -
Uses of TimerGauge in org.apache.flink.runtime.io.network.partition.hybrid
Methods in org.apache.flink.runtime.io.network.partition.hybrid that return TimerGauge Modifier and Type Method Description TimerGaugeHsOutputMetrics. getHardBackpressureTimerGauge()Constructors in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type TimerGauge Constructor Description HsOutputMetrics(org.apache.flink.metrics.Counter numBytesOut, org.apache.flink.metrics.Counter numBuffersOut, TimerGauge hardBackpressureTimerGauge) -
Uses of TimerGauge in org.apache.flink.runtime.metrics.groups
Methods in org.apache.flink.runtime.metrics.groups that return TimerGauge Modifier and Type Method Description TimerGaugeTaskIOMetricGroup. getChangelogBusyTimeMsPerSecond()TimerGaugeTaskIOMetricGroup. getHardBackPressuredTimePerSecond()TimerGaugeTaskIOMetricGroup. getIdleTimeMsPerSecond()TimerGaugeTaskIOMetricGroup. getSoftBackPressuredTimePerSecond()
-