Uses of Class
org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersInfo
Packages that use TaskManagersInfo
Package
Description
-
Uses of TaskManagersInfo in org.apache.flink.runtime.rest.handler.taskmanager
Methods in org.apache.flink.runtime.rest.handler.taskmanager that return types with arguments of type TaskManagersInfoModifier and TypeMethodDescriptionprotected CompletableFuture<TaskManagersInfo>TaskManagersHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, ResourceManagerGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.taskmanager with type arguments of type TaskManagersInfoModifierConstructorDescriptionTaskManagersHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, TaskManagersInfo, EmptyMessageParameters> messageHeaders, GatewayRetriever<ResourceManagerGateway> resourceManagerGatewayRetriever) -
Uses of TaskManagersInfo in org.apache.flink.runtime.rest.messages.taskmanager
Methods in org.apache.flink.runtime.rest.messages.taskmanager that return types with arguments of type TaskManagersInfo