Uses of Interface
org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpoint
Packages that use SqlGatewayEndpoint
-
Uses of SqlGatewayEndpoint in org.apache.flink.table.gateway.api.endpoint
Methods in org.apache.flink.table.gateway.api.endpoint that return SqlGatewayEndpointModifier and TypeMethodDescriptionSqlGatewayEndpointFactory.createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context) Creates an endpoint from the given context and endpoint options.Methods in org.apache.flink.table.gateway.api.endpoint that return types with arguments of type SqlGatewayEndpointModifier 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.