public class SqlGatewayRestEndpointFactory extends Object implements org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER
The identifier string for
SqlGatewayRestEndpointFactory. |
| Constructor and Description |
|---|
SqlGatewayRestEndpointFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpoint |
createSqlGatewayEndpoint(org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.Context context) |
String |
factoryIdentifier() |
Set<org.apache.flink.configuration.ConfigOption<?>> |
optionalOptions() |
static org.apache.flink.configuration.Configuration |
rebuildRestEndpointOptions(Map<String,String> configMap) |
Set<org.apache.flink.configuration.ConfigOption<?>> |
requiredOptions() |
public static final String IDENTIFIER
SqlGatewayRestEndpointFactory.public org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpoint createSqlGatewayEndpoint(org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.Context context)
createSqlGatewayEndpoint in interface org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactorypublic static org.apache.flink.configuration.Configuration rebuildRestEndpointOptions(Map<String,String> configMap)
public String factoryIdentifier()
factoryIdentifier in interface org.apache.flink.table.factories.Factorypublic Set<org.apache.flink.configuration.ConfigOption<?>> requiredOptions()
requiredOptions in interface org.apache.flink.table.factories.Factorypublic Set<org.apache.flink.configuration.ConfigOption<?>> optionalOptions()
optionalOptions in interface org.apache.flink.table.factories.FactoryCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.