Class GatewayInfo
- java.lang.Object
-
- org.apache.flink.table.gateway.api.results.GatewayInfo
-
@PublicEvolving public class GatewayInfo extends Object
Info to describe theSqlGatewayService.
-
-
Field Summary
Fields Modifier and Type Field Description static GatewayInfoINSTANCE
-
Constructor Summary
Constructors Constructor Description GatewayInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProductName()org.apache.flink.FlinkVersiongetVersion()
-
-
-
Field Detail
-
INSTANCE
public static final GatewayInfo INSTANCE
-
-
Method Detail
-
getProductName
public String getProductName()
-
getVersion
public org.apache.flink.FlinkVersion getVersion()
-
-