Uses of Interface
org.apache.flink.runtime.shuffle.ShuffleMetrics
Packages that use ShuffleMetrics
Package
Description
-
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 ShuffleMetricsModifier and TypeMethodDescriptionNettyShuffleEnvironment.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 ShuffleMetricsModifier and TypeMethodDescriptionResultPartitionManager.getMetricsOfPartition(ResultPartitionID partitionId) -
Uses of ShuffleMetrics in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier that return types with arguments of type ShuffleMetricsModifier and TypeMethodDescriptiondefault CompletableFuture<Map<ResultPartitionID,ShuffleMetrics>> TierMasterAgent.getPartitionWithMetrics(org.apache.flink.api.common.JobID jobId, Duration timeout, Set<ResultPartitionID> expectedPartitions) Retrieves specified partitions and their metrics (identified byexpectedPartitions), the metrics include sizes of sub-partitions in a result partition. -
Uses of ShuffleMetrics in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote that return types with arguments of type ShuffleMetricsModifier and TypeMethodDescriptionRemoteTierMasterAgent.getPartitionWithMetrics(org.apache.flink.api.common.JobID jobId, Duration timeout, Set<ResultPartitionID> expectedPartitions) -
Uses of ShuffleMetrics in org.apache.flink.runtime.shuffle
Classes in org.apache.flink.runtime.shuffle that implement ShuffleMetricsMethods in org.apache.flink.runtime.shuffle that return ShuffleMetricsModifier and TypeMethodDescriptionDefaultPartitionWithMetrics.getPartitionMetrics()PartitionWithMetrics.getPartitionMetrics()Methods in org.apache.flink.runtime.shuffle that return types with arguments of type ShuffleMetricsModifier and TypeMethodDescriptiondefault 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 ShuffleMetricsModifierConstructorDescriptionDefaultPartitionWithMetrics(ShuffleDescriptor shuffleDescriptor, ShuffleMetrics partitionMetrics)