| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.io.network.metrics | |
| org.apache.flink.runtime.scheduler.adaptivebatch |
| Modifier and Type | Field and Description |
|---|---|
protected Map<IntermediateResultPartitionID,ResultPartitionBytes> |
IOMetrics.resultPartitionBytes |
| Modifier and Type | Method and Description |
|---|---|
Map<IntermediateResultPartitionID,ResultPartitionBytes> |
IOMetrics.getResultPartitionBytes() |
| Constructor and Description |
|---|
IOMetrics(long numBytesIn,
long numBytesOut,
long numRecordsIn,
long numRecordsOut,
long accumulateIdleTime,
double accumulateBusyTime,
long accumulateBackPressuredTime,
Map<IntermediateResultPartitionID,ResultPartitionBytes> resultPartitionBytes) |
| Modifier and Type | Method and Description |
|---|---|
ResultPartitionBytes |
ResultPartitionBytesCounter.createSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
void |
AllToAllBlockingResultInfo.recordPartitionInfo(int partitionIndex,
ResultPartitionBytes partitionBytes) |
void |
BlockingResultInfo.recordPartitionInfo(int partitionIndex,
ResultPartitionBytes partitionBytes)
Record the information of the result partition.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.