| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.io.network.partition | |
| org.apache.flink.runtime.metrics.groups |
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ResultPartitionBytesCounter |
ResultPartition.resultPartitionBytes |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TaskIOMetricGroup.registerResultPartitionBytesCounter(IntermediateResultPartitionID resultPartitionId,
ResultPartitionBytesCounter resultPartitionBytesCounter) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.