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