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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory
org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe identifier string forSqlGatewayRestEndpointFactory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointcreateSqlGatewayEndpoint(org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.Context context) Set<org.apache.flink.configuration.ConfigOption<?>>static org.apache.flink.configuration.ConfigurationSet<org.apache.flink.configuration.ConfigOption<?>>
-
Field Details
-
IDENTIFIER
The identifier string forSqlGatewayRestEndpointFactory.- See Also:
-
-
Constructor Details
-
SqlGatewayRestEndpointFactory
public SqlGatewayRestEndpointFactory()
-
-
Method Details
-
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
-
factoryIdentifier
- Specified by:
factoryIdentifierin interfaceorg.apache.flink.table.factories.Factory
-
requiredOptions
- Specified by:
requiredOptionsin interfaceorg.apache.flink.table.factories.Factory
-
optionalOptions
- Specified by:
optionalOptionsin interfaceorg.apache.flink.table.factories.Factory
-