Class SqlGatewayRestEndpointFactory
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.SqlGatewayRestEndpointFactory
-
- All Implemented Interfaces:
org.apache.flink.table.factories.Factory,org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory
public class SqlGatewayRestEndpointFactory extends Object implements org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory
The factory for sql gateway.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDENTIFIERThe identifier string forSqlGatewayRestEndpointFactory.
-
Constructor Summary
Constructors Constructor Description SqlGatewayRestEndpointFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointcreateSqlGatewayEndpoint(org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.Context context)StringfactoryIdentifier()Set<org.apache.flink.configuration.ConfigOption<?>>optionalOptions()static org.apache.flink.configuration.ConfigurationrebuildRestEndpointOptions(Map<String,String> configMap)Set<org.apache.flink.configuration.ConfigOption<?>>requiredOptions()
-
-
-
Field Detail
-
IDENTIFIER
public static final String IDENTIFIER
The identifier string forSqlGatewayRestEndpointFactory.- See Also:
- Constant Field Values
-
-
Method Detail
-
createSqlGatewayEndpoint
public org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpoint createSqlGatewayEndpoint(org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.Context context)
- Specified by:
createSqlGatewayEndpointin interfaceorg.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory
-
rebuildRestEndpointOptions
public static org.apache.flink.configuration.Configuration rebuildRestEndpointOptions(Map<String,String> configMap)
-
factoryIdentifier
public String factoryIdentifier()
- Specified by:
factoryIdentifierin interfaceorg.apache.flink.table.factories.Factory
-
requiredOptions
public Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
- Specified by:
requiredOptionsin interfaceorg.apache.flink.table.factories.Factory
-
optionalOptions
public Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
- Specified by:
optionalOptionsin interfaceorg.apache.flink.table.factories.Factory
-
-