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.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchJobRecoveryContext.updateResultPartitionBytesMetrics(Map<IntermediateResultPartitionID,ResultPartitionBytes> resultPartitionBytes)
Updates the metrics related to the result partition sizes.
|
Modifier and Type | Method and Description |
---|---|
ResultPartitionBytes |
DefaultShuffleMetrics.getPartitionBytes() |
ResultPartitionBytes |
ShuffleMetrics.getPartitionBytes() |
Constructor and Description |
---|
DefaultShuffleMetrics(ResultPartitionBytes partitionBytes) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.