Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview
-
Packages that use JobIdsWithStatusOverview Package Description org.apache.flink.runtime.messages.webmonitor This package contains the actor messages that are sent between the JobManager and components that are interested in the status of the JobManager.org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.messages -
-
Uses of JobIdsWithStatusOverview in org.apache.flink.runtime.messages.webmonitor
Constructors in org.apache.flink.runtime.messages.webmonitor with parameters of type JobIdsWithStatusOverview Constructor Description JobIdsWithStatusOverview(JobIdsWithStatusOverview first, JobIdsWithStatusOverview second) -
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 JobIdsWithStatusOverview Modifier and Type Method Description protected CompletableFuture<JobIdsWithStatusOverview>JobIdsHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobIdsWithStatusOverview Constructor Description JobIdsHandler(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 Modifier and Type Method Description Class<JobIdsWithStatusOverview>JobIdsWithStatusesOverviewHeaders. getResponseClass()
-