Uses of Interface
org.apache.flink.table.gateway.api.endpoint.SqlGatewayEndpointFactory.Context
-
Packages that use SqlGatewayEndpointFactory.Context Package Description org.apache.flink.table.gateway.api.endpoint -
-
Uses of SqlGatewayEndpointFactory.Context in org.apache.flink.table.gateway.api.endpoint
Classes in org.apache.flink.table.gateway.api.endpoint that implement SqlGatewayEndpointFactory.Context Modifier and Type Class Description static classSqlGatewayEndpointFactoryUtils.DefaultEndpointFactoryContextThe default context ofSqlGatewayEndpointFactory.Methods in org.apache.flink.table.gateway.api.endpoint with parameters of type SqlGatewayEndpointFactory.Context Modifier and Type Method Description static SqlGatewayEndpointFactoryUtils.EndpointFactoryHelperSqlGatewayEndpointFactoryUtils. createEndpointFactoryHelper(SqlGatewayEndpointFactory endpointFactory, SqlGatewayEndpointFactory.Context context)Creates a utility that helps to validate options for aSqlGatewayEndpointFactory.SqlGatewayEndpointSqlGatewayEndpointFactory. createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context)Creates an endpoint from the given context and endpoint options.
-