Uses of Class
org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsInfo
-
Packages that use SubtaskExecutionAttemptAccumulatorsInfo Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.messages.job -
-
Uses of SubtaskExecutionAttemptAccumulatorsInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return SubtaskExecutionAttemptAccumulatorsInfo Modifier and Type Method Description protected SubtaskExecutionAttemptAccumulatorsInfoSubtaskExecutionAttemptAccumulatorsHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecution execution)Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type SubtaskExecutionAttemptAccumulatorsInfo Constructor Description SubtaskExecutionAttemptAccumulatorsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,SubtaskExecutionAttemptAccumulatorsInfo,SubtaskAttemptMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor)Instantiates a new Abstract job vertex handler. -
Uses of SubtaskExecutionAttemptAccumulatorsInfo in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return types with arguments of type SubtaskExecutionAttemptAccumulatorsInfo Modifier and Type Method Description Class<SubtaskExecutionAttemptAccumulatorsInfo>SubtaskExecutionAttemptAccumulatorsHeaders. getResponseClass()
-