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