Uses of Interface
org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.Context
Packages that use SqlGatewayEndpointFactory.Context
-
Uses of SqlGatewayEndpointFactory.Context in org.apache.flink.table.gateway.api.endpoint
Classes in org.apache.flink.table.gateway.api.endpoint that implement SqlGatewayEndpointFactory.ContextMethods in org.apache.flink.table.gateway.api.endpoint with parameters of type SqlGatewayEndpointFactory.ContextModifier and TypeMethodDescriptionSqlGatewayEndpointFactoryUtils.createEndpointFactoryHelper(SqlGatewayEndpointFactory endpointFactory, SqlGatewayEndpointFactory.Context context) Creates a utility that helps to validate options for aSqlGatewayEndpointFactory.SqlGatewayEndpointFactory.createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context) Creates an endpoint from the given context and endpoint options.