Uses of Interface
org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpoint
-
Packages that use SqlGatewayEndpoint Package Description org.apache.flink.table.gateway.api.endpoint -
-
Uses of SqlGatewayEndpoint in org.apache.flink.table.gateway.api.endpoint
Methods in org.apache.flink.table.gateway.api.endpoint that return SqlGatewayEndpoint Modifier and Type Method Description SqlGatewayEndpointSqlGatewayEndpointFactory. 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 SqlGatewayEndpoint 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.
-