Uses of Class
org.apache.flink.runtime.rest.RestClient
-
Packages that use RestClient Package Description org.apache.flink.runtime.rest -
-
Uses of RestClient in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest that return RestClient Modifier and Type Method Description static RestClient
RestClient. forUrl(org.apache.flink.configuration.Configuration configuration, Executor executor, URL rootUrl)
Creates a new RestClient for the provided root URL.
-