Uses of Interface
org.apache.flink.table.gateway.api.SqlGatewayService
-
Packages that use SqlGatewayService Package Description org.apache.flink.table.gateway.api.endpoint -
-
Uses of SqlGatewayService in org.apache.flink.table.gateway.api.endpoint
Methods in org.apache.flink.table.gateway.api.endpoint that return SqlGatewayService Modifier and Type Method Description SqlGatewayServiceSqlGatewayEndpointFactory.Context. getSqlGatewayService()Get the service to execute the request.SqlGatewayServiceSqlGatewayEndpointFactoryUtils.DefaultEndpointFactoryContext. getSqlGatewayService()Methods in org.apache.flink.table.gateway.api.endpoint with parameters of type SqlGatewayService Modifier and Type Method 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.Constructors in org.apache.flink.table.gateway.api.endpoint with parameters of type SqlGatewayService Constructor Description DefaultEndpointFactoryContext(SqlGatewayService service, org.apache.flink.configuration.Configuration flinkConfiguration, Map<String,String> endpointConfig)
-