Uses of Class
org.apache.flink.runtime.messages.webmonitor.JobStatusInfo
-
Packages that use JobStatusInfo Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.messages.job -
-
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 JobStatusInfo Modifier and Type Method Description protected CompletableFuture<JobStatusInfo>JobStatusHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobStatusInfo Constructor Description JobStatusHandler(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 Modifier and Type Method Description Class<JobStatusInfo>JobStatusInfoHeaders. getResponseClass()
-