Uses of Interface
org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory
-
Packages that use SqlGatewayEndpointFactory Package Description org.apache.flink.table.gateway.api.endpoint -
-
Uses of SqlGatewayEndpointFactory in org.apache.flink.table.gateway.api.endpoint
Methods in org.apache.flink.table.gateway.api.endpoint with parameters of type SqlGatewayEndpointFactory Modifier and Type Method Description static SqlGatewayEndpointFactoryUtils.EndpointFactoryHelperSqlGatewayEndpointFactoryUtils. createEndpointFactoryHelper(SqlGatewayEndpointFactory endpointFactory, SqlGatewayEndpointFactory.Context context)Creates a utility that helps to validate options for aSqlGatewayEndpointFactory.
-