| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.io.network.partition | |
| org.apache.flink.runtime.metrics.groups |
| Constructor and 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) |
| Modifier and Type | Field and Description |
|---|---|
protected ResultPartitionBytesCounter |
ResultPartition.resultPartitionBytes |
| Modifier and Type | Method and Description |
|---|---|
ResultPartitionBytesCounter |
ResultPartition.getResultPartitionBytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskIOMetricGroup.registerResultPartitionBytesCounter(IntermediateResultPartitionID resultPartitionId,
ResultPartitionBytesCounter resultPartitionBytesCounter) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.