Uses of Interface
org.apache.flink.table.gateway.api.SqlGatewayService
Packages that use SqlGatewayService
-
Uses of SqlGatewayService in org.apache.flink.table.gateway.api.endpoint
Methods in org.apache.flink.table.gateway.api.endpoint that return SqlGatewayServiceModifier and TypeMethodDescriptionSqlGatewayEndpointFactory.Context.getSqlGatewayService()Get the service to execute the request.SqlGatewayEndpointFactoryUtils.DefaultEndpointFactoryContext.getSqlGatewayService()Methods in org.apache.flink.table.gateway.api.endpoint with parameters of type SqlGatewayServiceModifier and TypeMethodDescriptionstatic 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 SqlGatewayServiceModifierConstructorDescriptionDefaultEndpointFactoryContext(SqlGatewayService service, org.apache.flink.configuration.Configuration flinkConfiguration, Map<String, String> endpointConfig)