Uses of Class
org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo
Packages that use JobAccumulatorsInfo
Package
Description
-
Uses of JobAccumulatorsInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return JobAccumulatorsInfoModifier and TypeMethodDescriptionprotected JobAccumulatorsInfoJobAccumulatorsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph graph) Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobAccumulatorsInfoModifierConstructorDescriptionJobAccumulatorsHandler(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