Uses of Interface
org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Packages that use TaskManagerInfo Package Description org.apache.flink.runtime.resourcemanager.slotmanager -
-
Uses of TaskManagerInfo in org.apache.flink.runtime.resourcemanager.slotmanager
Classes in org.apache.flink.runtime.resourcemanager.slotmanager that implement TaskManagerInfo Modifier and Type Class Description classFineGrainedTaskManagerRegistrationA FineGrainedTaskManagerRegistration represents a TaskManager.Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return types with arguments of type TaskManagerInfo Modifier and Type Method Description Optional<TaskManagerInfo>FineGrainedTaskManagerTracker. getRegisteredTaskManager(InstanceID instanceId)Collection<? extends TaskManagerInfo>FineGrainedTaskManagerTracker. getRegisteredTaskManagers()List<TaskManagerInfo>ResourceReconcileResult. getTaskManagersToRelease()Collection<TaskManagerInfo>FineGrainedTaskManagerTracker. getTaskManagersWithAllocatedSlotsForJob(org.apache.flink.api.common.JobID jobId)Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type TaskManagerInfo Modifier and Type Method Description ResourceReconcileResult.BuilderResourceReconcileResult.Builder. addTaskManagerToRelease(TaskManagerInfo taskManagerInfo)
-