Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobStatusInfo
Packages that use JobStatusInfo
Package
Description
-
Uses of JobStatusInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return types with arguments of type JobStatusInfoModifier and TypeMethodDescriptionprotected CompletableFuture<JobStatusInfo>JobStatusHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobStatusInfoModifierConstructorDescriptionJobStatusHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, JobStatusInfo, JobMessageParameters> messageHeaders) -
Uses of JobStatusInfo in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return types with arguments of type JobStatusInfo