Uses of Class
org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
Packages that use TaskManagerInfo
Package
Description
-
Uses of TaskManagerInfo in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return TaskManagerInfoMethods in org.apache.flink.runtime.resourcemanager that return types with arguments of type TaskManagerInfoModifier and TypeMethodDescriptionResourceManager.requestTaskManagerInfo(Duration timeout) ResourceManagerGateway.requestTaskManagerInfo(Duration timeout) Requests information about the registeredTaskExecutor.Constructors in org.apache.flink.runtime.resourcemanager with parameters of type TaskManagerInfoModifierConstructorDescriptionTaskManagerInfoWithSlots(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.taskmanagerModifier and TypeClassDescriptionclassMessage containing base information about aTaskExecutorand more detailed metrics.Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type TaskManagerInfoConstructor parameters in org.apache.flink.runtime.rest.messages.taskmanager with type arguments of type TaskManagerInfo