Class OutputBuffersGauge
- java.lang.Object
-
- org.apache.flink.runtime.io.network.metrics.OutputBuffersGauge
-
- All Implemented Interfaces:
org.apache.flink.metrics.Gauge<Integer>,org.apache.flink.metrics.Metric
public class OutputBuffersGauge extends Object implements org.apache.flink.metrics.Gauge<Integer>
Gauge metric measuring the number of queued output buffers forResultPartitions.
-
-
Constructor Summary
Constructors Constructor Description OutputBuffersGauge(ResultPartition[] resultPartitions)
-
-
-
Constructor Detail
-
OutputBuffersGauge
public OutputBuffersGauge(ResultPartition[] resultPartitions)
-
-