Uses of Class
org.apache.flink.runtime.rest.messages.EnvironmentInfo
-
-
Uses of EnvironmentInfo in org.apache.flink.runtime.rest.handler.cluster
Methods in org.apache.flink.runtime.rest.handler.cluster that return types with arguments of type EnvironmentInfo Modifier and Type Method Description protected CompletableFuture<EnvironmentInfo>
JobManagerEnvironmentHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type EnvironmentInfo Constructor Description JobManagerEnvironmentHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,EnvironmentInfo,EmptyMessageParameters> messageHeaders)
-
Uses of EnvironmentInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return types with arguments of type EnvironmentInfo Modifier and Type Method Description protected CompletableFuture<EnvironmentInfo>
JobManagerJobEnvironmentHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type EnvironmentInfo Constructor Description JobManagerJobEnvironmentHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,EnvironmentInfo,JobMessageParameters> messageHeaders)
-
Uses of EnvironmentInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return EnvironmentInfo Modifier and Type Method Description static EnvironmentInfo
EnvironmentInfo. create()
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type EnvironmentInfo Modifier and Type Method Description Class<EnvironmentInfo>
JobManagerEnvironmentHeaders. getResponseClass()
-
Uses of EnvironmentInfo in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return types with arguments of type EnvironmentInfo Modifier and Type Method Description Class<EnvironmentInfo>
JobManagerJobEnvironmentHeaders. getResponseClass()
-