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