Uses of Class
org.apache.flink.runtime.io.network.metrics.ResultPartitionBytesCounter
-
Packages that use ResultPartitionBytesCounter Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.metrics.groups -
-
Uses of ResultPartitionBytesCounter in org.apache.flink.runtime.executiongraph
Constructor parameters in org.apache.flink.runtime.executiongraph with type arguments of type ResultPartitionBytesCounter Constructor Description IOMetrics(org.apache.flink.metrics.Meter recordsIn, org.apache.flink.metrics.Meter recordsOut, org.apache.flink.metrics.Meter bytesIn, org.apache.flink.metrics.Meter bytesOut, org.apache.flink.metrics.Gauge<Long> accumulatedBackPressuredTime, org.apache.flink.metrics.Gauge<Long> accumulatedIdleTime, org.apache.flink.metrics.Gauge<Double> accumulatedBusyTime, Map<IntermediateResultPartitionID,ResultPartitionBytesCounter> resultPartitionBytesCounters) -
Uses of ResultPartitionBytesCounter in org.apache.flink.runtime.io.network.partition
Fields in org.apache.flink.runtime.io.network.partition declared as ResultPartitionBytesCounter Modifier and Type Field Description protected ResultPartitionBytesCounterResultPartition. resultPartitionBytesMethods in org.apache.flink.runtime.io.network.partition that return ResultPartitionBytesCounter Modifier and Type Method Description ResultPartitionBytesCounterResultPartition. getResultPartitionBytes() -
Uses of ResultPartitionBytesCounter in org.apache.flink.runtime.metrics.groups
Methods in org.apache.flink.runtime.metrics.groups with parameters of type ResultPartitionBytesCounter Modifier and Type Method Description voidTaskIOMetricGroup. registerResultPartitionBytesCounter(IntermediateResultPartitionID resultPartitionId, ResultPartitionBytesCounter resultPartitionBytesCounter)
-