Class ClusterController
java.lang.Object
cn.sliew.flinkful.rest.client.controller.ClusterController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<org.apache.flink.runtime.rest.handler.legacy.messages.ClusterOverviewWithVersion>overview()https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/rest_api/#overview-1shutdown()https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/rest_api/#cluster
-
Constructor Details
-
ClusterController
public ClusterController()
-
-
Method Details
-
overview
@GetMapping("overview") public CompletableFuture<org.apache.flink.runtime.rest.handler.legacy.messages.ClusterOverviewWithVersion> overview() throws IOExceptionhttps://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/rest_api/#overview-1- Throws:
IOException
-
shutdown
https://nightlies.apache.org/flink/flink-docs-release-1.19/docs/ops/rest_api/#cluster- Throws:
IOException
-