Package cn.sliew.flinkful.rest.http
Class DashboardHttpClient
- java.lang.Object
-
- cn.sliew.flinkful.rest.http.AsyncClient
-
- cn.sliew.flinkful.rest.http.DashboardHttpClient
-
- All Implemented Interfaces:
cn.sliew.flinkful.rest.base.DashboardClient
public class DashboardHttpClient extends AsyncClient implements cn.sliew.flinkful.rest.base.DashboardClient
-
-
Constructor Summary
Constructors Constructor Description DashboardHttpClient(okhttp3.OkHttpClient client, java.lang.String webInterfaceURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<org.apache.flink.runtime.rest.messages.DashboardConfiguration>config()-
Methods inherited from class cn.sliew.flinkful.rest.http.AsyncClient
remoteCall, remoteCall, remoteCall
-
-