Uses of Interface
org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Packages that use TaskExecutorPartitionTracker Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.taskexecutor -
-
Uses of TaskExecutorPartitionTracker in org.apache.flink.runtime.io.network.partition
Classes in org.apache.flink.runtime.io.network.partition that implement TaskExecutorPartitionTracker Modifier and Type Class Description classTaskExecutorPartitionTrackerImplUtility 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 TaskExecutorPartitionTracker Constructor Description TaskExecutor(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)
-