Uses of Class
org.apache.flink.runtime.rest.messages.ConfigurationInfo
-
-
Uses of ConfigurationInfo in org.apache.flink.runtime.rest.handler.cluster
Methods in org.apache.flink.runtime.rest.handler.cluster that return types with arguments of type ConfigurationInfo Modifier and Type Method Description protected CompletableFuture<ConfigurationInfo>
ClusterConfigHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.cluster with type arguments of type ConfigurationInfo Constructor Description ClusterConfigHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,ConfigurationInfo,EmptyMessageParameters> messageHeaders, org.apache.flink.configuration.Configuration configuration)
-
Uses of ConfigurationInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return types with arguments of type ConfigurationInfo Modifier and Type Method Description protected CompletableFuture<ConfigurationInfo>
JobManagerJobConfigurationHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway)
Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type ConfigurationInfo Constructor Description JobManagerJobConfigurationHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,ConfigurationInfo,JobMessageParameters> messageHeaders, org.apache.flink.configuration.Configuration configuration)
-
Uses of ConfigurationInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return ConfigurationInfo Modifier and Type Method Description static ConfigurationInfo
ConfigurationInfo. from(org.apache.flink.configuration.Configuration config)
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type ConfigurationInfo Modifier and Type Method Description Class<ConfigurationInfo>
ClusterConfigurationInfoHeaders. getResponseClass()
-
Uses of ConfigurationInfo in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return types with arguments of type ConfigurationInfo Modifier and Type Method Description Class<ConfigurationInfo>
JobManagerJobConfigurationHeaders. getResponseClass()
-