| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.gateway.api.endpoint |
| 限定符和类型 | 方法和说明 |
|---|---|
SqlGatewayService |
SqlGatewayEndpointFactoryUtils.DefaultEndpointFactoryContext.getSqlGatewayService() |
SqlGatewayService |
SqlGatewayEndpointFactory.Context.getSqlGatewayService()
Get the service to execute the request.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
DefaultEndpointFactoryContext(SqlGatewayService service,
org.apache.flink.configuration.Configuration flinkConfiguration,
Map<String,String> endpointConfig) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.