Uses of Class
org.apache.flink.runtime.io.network.partition.PartitionTrackerEntry
-
Packages that use PartitionTrackerEntry Package Description org.apache.flink.runtime.io.network.partition -
-
Uses of PartitionTrackerEntry in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return types with arguments of type PartitionTrackerEntry Modifier and Type Method Description Collection<PartitionTrackerEntry<K,M>>AbstractPartitionTracker. stopTrackingPartitions(Collection<ResultPartitionID> resultPartitionIds)Collection<PartitionTrackerEntry<K,M>>PartitionTracker. stopTrackingPartitions(Collection<ResultPartitionID> resultPartitionIds)Stops the tracking of the given partitions.Collection<PartitionTrackerEntry<K,M>>AbstractPartitionTracker. stopTrackingPartitionsFor(K key)Collection<PartitionTrackerEntry<K,M>>PartitionTracker. stopTrackingPartitionsFor(K key)Stops the tracking of all partitions for the given key.
-