Class OutputBuffersGauge
- java.lang.Object
-
- org.apache.flink.runtime.io.network.metrics.OutputBuffersGauge
-
-
Constructor Summary
Constructors Constructor Description OutputBuffersGauge(ResultPartition[] resultPartitions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getValue()
Calculates and returns the measured value.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.metrics.Gauge
getMetricType
-
-
-
-
Constructor Detail
-
OutputBuffersGauge
public OutputBuffersGauge(ResultPartition[] resultPartitions)
-
-