Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview
Packages that use JobIdsWithStatusOverview
Package
Description
This package contains the actor messages that are sent between the JobManager and components that
are interested in the status of the JobManager.
-
Uses of JobIdsWithStatusOverview in org.apache.flink.runtime.messages.webmonitor
Constructors in org.apache.flink.runtime.messages.webmonitor with parameters of type JobIdsWithStatusOverviewModifierConstructorDescription -
Uses of JobIdsWithStatusOverview in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return types with arguments of type JobIdsWithStatusOverviewModifier and TypeMethodDescriptionprotected CompletableFuture<JobIdsWithStatusOverview>JobIdsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobIdsWithStatusOverviewModifierConstructorDescriptionJobIdsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, JobIdsWithStatusOverview, EmptyMessageParameters> messageHeaders) -
Uses of JobIdsWithStatusOverview in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type JobIdsWithStatusOverview