Uses of Class
org.apache.flink.runtime.rest.messages.SubtasksTimesInfo
-
Packages that use SubtasksTimesInfo Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.messages -
-
Uses of SubtasksTimesInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return SubtasksTimesInfo Modifier and Type Method Description protected SubtasksTimesInfo
SubtasksTimesHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex)
Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type SubtasksTimesInfo Constructor Description SubtasksTimesHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,SubtasksTimesInfo,JobVertexMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor)
-
Uses of SubtasksTimesInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type SubtasksTimesInfo Modifier and Type Method Description Class<SubtasksTimesInfo>
SubtasksTimesHeaders. getResponseClass()
-