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