Uses of Class
org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection
Packages that use TaskExecutorConnection
Package
Description
-
Uses of TaskExecutorConnection in org.apache.flink.runtime.resourcemanager.registration
Modifier and TypeClassDescriptionclassWorkerRegistration<WorkerType extends ResourceIDRetrievable>This class extends theTaskExecutorConnection, adding the worker information. -
Uses of TaskExecutorConnection in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return TaskExecutorConnectionModifier and TypeMethodDescriptionFineGrainedTaskManagerRegistration.getTaskExecutorConnection()TaskManagerInfo.getTaskExecutorConnection()Get the taskExecutorConnection.FineGrainedTaskManagerSlot.getTaskManagerConnection()TaskManagerSlotInformation.getTaskManagerConnection()Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type TaskExecutorConnectionModifier and TypeMethodDescriptionvoidFineGrainedTaskManagerTracker.addTaskManager(TaskExecutorConnection taskExecutorConnection, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile) FineGrainedSlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile) SlotManager.registerTaskManager(TaskExecutorConnection taskExecutorConnection, SlotReport initialSlotReport, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile) Registers a new task manager at the slot manager.Constructors in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type TaskExecutorConnectionModifierConstructorDescriptionFineGrainedTaskManagerRegistration(TaskExecutorConnection taskManagerConnection, ResourceProfile totalResourceProfile, ResourceProfile defaultSlotResourceProfile) FineGrainedTaskManagerSlot(AllocationID allocationId, org.apache.flink.api.common.JobID jobId, ResourceProfile resourceProfile, TaskExecutorConnection taskManagerConnection, org.apache.flink.runtime.resourcemanager.slotmanager.SlotState slotState)