Uses of Interface
org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
Packages that use TaskExecutorPartitionTracker
Package
Description
-
Uses of TaskExecutorPartitionTracker in org.apache.flink.runtime.io.network.partition
Classes in org.apache.flink.runtime.io.network.partition that implement TaskExecutorPartitionTrackerModifier and TypeClassDescriptionclassUtility for tracking partitions and issuing release calls to task executors and shuffle masters. -
Uses of TaskExecutorPartitionTracker in org.apache.flink.runtime.taskexecutor
Constructors in org.apache.flink.runtime.taskexecutor with parameters of type TaskExecutorPartitionTrackerModifierConstructorDescriptionTaskExecutor(org.apache.flink.runtime.rpc.RpcService rpcService, TaskManagerConfiguration taskManagerConfiguration, HighAvailabilityServices haServices, TaskManagerServices taskExecutorServices, ExternalResourceInfoProvider externalResourceInfoProvider, HeartbeatServices heartbeatServices, TaskManagerMetricGroup taskManagerMetricGroup, String metricQueryServiceAddress, TaskExecutorBlobService taskExecutorBlobService, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, TaskExecutorPartitionTracker partitionTracker, DelegationTokenReceiverRepository delegationTokenReceiverRepository)