| Package | Description |
|---|---|
| org.apache.flink.table.gateway.api.endpoint |
| Modifier and Type | Method and Description |
|---|---|
SqlGatewayService |
SqlGatewayEndpointFactoryUtils.DefaultEndpointFactoryContext.getSqlGatewayService() |
SqlGatewayService |
SqlGatewayEndpointFactory.Context.getSqlGatewayService()
Get the service to execute the request.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SqlGatewayEndpoint> |
SqlGatewayEndpointFactoryUtils.createSqlGatewayEndpoint(SqlGatewayService service,
org.apache.flink.configuration.Configuration configuration)
Attempts to discover the appropriate endpoint factory and creates the instance of the
endpoints.
|
| Constructor and Description |
|---|
DefaultEndpointFactoryContext(SqlGatewayService service,
org.apache.flink.configuration.Configuration flinkConfiguration,
Map<String,String> endpointConfig) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.