Package org.apache.flink.test.util
Class SQLJobClientMode.RestClient
- java.lang.Object
-
- org.apache.flink.test.util.SQLJobClientMode.GatewayClientMode
-
- org.apache.flink.test.util.SQLJobClientMode.RestClient
-
- All Implemented Interfaces:
SQLJobClientMode
- Enclosing interface:
- SQLJobClientMode
public static class SQLJobClientMode.RestClient extends SQLJobClientMode.GatewayClientMode
Uses a REST Client to submit jobs.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.test.util.SQLJobClientMode
SQLJobClientMode.EmbeddedSqlClient, SQLJobClientMode.GatewayClientMode, SQLJobClientMode.GatewaySqlClient, SQLJobClientMode.HiveJDBC, SQLJobClientMode.RestClient
-
-
Constructor Summary
Constructors Constructor Description RestClient(String host, int port, String restEndpointVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRestEndpointVersion()
-
Methods inherited from class org.apache.flink.test.util.SQLJobClientMode.GatewayClientMode
getHost, getPort
-
-