Class SubtasksTimesInfo
java.lang.Object
org.apache.flink.runtime.rest.messages.SubtasksTimesInfo
- All Implemented Interfaces:
ResponseBody
Response type of the
SubtasksTimesHandler.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classNested class to encapsulate the sub task times info. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubtasksTimesInfo(String id, String name, long now, List<SubtasksTimesInfo.SubtaskTimeInfo> subtasks) -
Method Summary
-
Field Details
-
FIELD_NAME_ID
- See Also:
-
FIELD_NAME_NAME
- See Also:
-
FIELD_NAME_NOW
- See Also:
-
FIELD_NAME_SUBTASKS
- See Also:
-
-
Constructor Details
-
SubtasksTimesInfo
public SubtasksTimesInfo(String id, String name, long now, List<SubtasksTimesInfo.SubtaskTimeInfo> subtasks)
-
-
Method Details