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