Uses of Class
org.apache.flink.runtime.rest.messages.JobPlanInfo
Packages that use JobPlanInfo
Package
Description
-
Uses of JobPlanInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return JobPlanInfoModifier and TypeMethodDescriptionprotected JobPlanInfoJobPlanHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobPlanInfoModifierConstructorDescriptionJobPlanHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> headers, MessageHeaders<EmptyRequestBody, JobPlanInfo, JobMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor) -
Uses of JobPlanInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type JobPlanInfo