Uses of Interface
org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Packages that use PartitionTracker Package Description org.apache.flink.runtime.io.network.partition -
-
Uses of PartitionTracker in org.apache.flink.runtime.io.network.partition
Subinterfaces of PartitionTracker in org.apache.flink.runtime.io.network.partition Modifier and Type Interface Description interfaceJobMasterPartitionTrackerUtility for tracking partitions and issuing release calls to task executors and shuffle masters.interfaceTaskExecutorPartitionTrackerUtility for tracking partitions.Classes in org.apache.flink.runtime.io.network.partition that implement PartitionTracker Modifier and Type Class Description classAbstractPartitionTracker<K,M>Base partition tracker implementation, providing underlying data-structures for storing partitions, their associated keys and meta-information.classJobMasterPartitionTrackerImplUtility for tracking partitions and issuing release calls to task executors and shuffle masters.classTaskExecutorPartitionTrackerImplUtility for tracking partitions and issuing release calls to task executors and shuffle masters.
-