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