Uses of Class
org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsInfo
-
Packages that use JobVertexAccumulatorsInfo Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.messages -
-
Uses of JobVertexAccumulatorsInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return JobVertexAccumulatorsInfo Modifier and Type Method Description protected JobVertexAccumulatorsInfo
JobVertexAccumulatorsHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionJobVertex jobVertex)
Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobVertexAccumulatorsInfo Constructor Description JobVertexAccumulatorsHandler(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 Modifier and Type Method Description Class<JobVertexAccumulatorsInfo>
JobVertexAccumulatorsHeaders. getResponseClass()
-