Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMetrics
-
Packages that use ShuffleMetrics Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.shuffle -
-
Uses of ShuffleMetrics in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return types with arguments of type ShuffleMetrics Modifier and Type Method Description Optional<ShuffleMetrics>NettyShuffleEnvironment. getMetricsIfPartitionOccupyingLocalResource(ResultPartitionID partitionId) -
Uses of ShuffleMetrics in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return types with arguments of type ShuffleMetrics Modifier and Type Method Description Optional<ShuffleMetrics>ResultPartitionManager. getMetricsOfPartition(ResultPartitionID partitionId) -
Uses of ShuffleMetrics in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle that implement ShuffleMetrics Modifier and Type Class Description classDefaultShuffleMetricsDefaultShuffleMetricsimplementation.Methods in org.apache.flink.runtime.shuffle that return ShuffleMetrics Modifier and Type Method Description ShuffleMetricsDefaultPartitionWithMetrics. getPartitionMetrics()ShuffleMetricsPartitionWithMetrics. getPartitionMetrics()Methods in org.apache.flink.runtime.shuffle that return types with arguments of type ShuffleMetrics Modifier and Type Method 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.Constructors in org.apache.flink.runtime.shuffle with parameters of type ShuffleMetrics Constructor Description DefaultPartitionWithMetrics(ShuffleDescriptor shuffleDescriptor, ShuffleMetrics partitionMetrics)
-