Uses of Class
org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
Packages that use TaskManagerInfo Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.rest.messages.taskmanager -
-
Uses of TaskManagerInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return TaskManagerInfo Modifier and Type Method Description TaskManagerInfoTaskManagerInfoWithSlots. getTaskManagerInfo()Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type TaskManagerInfo Modifier and Type Method Description CompletableFuture<Collection<TaskManagerInfo>>ResourceManager. requestTaskManagerInfo(Duration timeout)CompletableFuture<Collection<TaskManagerInfo>>ResourceManagerGateway. requestTaskManagerInfo(Duration timeout)Requests information about the registeredTaskExecutor.Constructors in org.apache.flink.runtime.resourcemanager with parameters of type TaskManagerInfo Constructor Description TaskManagerInfoWithSlots(TaskManagerInfo taskManagerInfo, Collection<SlotInfo> allocatedSlots) -
Uses of TaskManagerInfo in org.apache.flink.runtime.rest.messages.taskmanager
Subclasses of TaskManagerInfo in org.apache.flink.runtime.rest.messages.taskmanager Modifier and Type Class Description classTaskManagerDetailsInfoMessage containing base information about aTaskExecutorand more detailed metrics.Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type TaskManagerInfo Modifier and Type Method Description Collection<TaskManagerInfo>TaskManagersInfo. getTaskManagerInfos()Constructor parameters in org.apache.flink.runtime.rest.messages.taskmanager with type arguments of type TaskManagerInfo Constructor Description TaskManagersInfo(Collection<TaskManagerInfo> taskManagerInfos)
-