Uses of Class
org.apache.flink.runtime.rest.messages.SubtasksTimesInfo.SubtaskTimeInfo
-
Packages that use SubtasksTimesInfo.SubtaskTimeInfo Package Description org.apache.flink.runtime.rest.messages -
-
Uses of SubtasksTimesInfo.SubtaskTimeInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type SubtasksTimesInfo.SubtaskTimeInfo Modifier and Type Method Description List<SubtasksTimesInfo.SubtaskTimeInfo>
SubtasksTimesInfo. getSubtasks()
Constructor parameters in org.apache.flink.runtime.rest.messages with type arguments of type SubtasksTimesInfo.SubtaskTimeInfo Constructor Description SubtasksTimesInfo(String id, String name, long now, List<SubtasksTimesInfo.SubtaskTimeInfo> subtasks)
-