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