| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.io.network.partition | |
| org.apache.flink.runtime.shuffle |
| Modifier and Type | Method and Description |
|---|---|
Optional<ShuffleMetrics> |
NettyShuffleEnvironment.getMetricsIfPartitionOccupyingLocalResource(ResultPartitionID partitionId) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ShuffleMetrics> |
ResultPartitionManager.getMetricsOfPartition(ResultPartitionID partitionId) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultShuffleMetrics
Default
ShuffleMetrics implementation. |
| Modifier and Type | Method and Description |
|---|---|
ShuffleMetrics |
PartitionWithMetrics.getPartitionMetrics() |
ShuffleMetrics |
DefaultPartitionWithMetrics.getPartitionMetrics() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<ShuffleMetrics> |
ShuffleEnvironment.getMetricsIfPartitionOccupyingLocalResource(ResultPartitionID partitionId)
Get metrics of the partition if it still occupies some resources locally and have not been
released yet.
|
| Constructor and Description |
|---|
DefaultPartitionWithMetrics(ShuffleDescriptor shuffleDescriptor,
ShuffleMetrics partitionMetrics) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.