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