@PublicEvolving public static interface SqlGatewayEndpointFactory.Context
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getEndpointOptions()
Returns the options with which the endpoint is created.
|
ReadableConfig |
getFlinkConfiguration()
Gives read-only access to the configuration of the current session.
|
SqlGatewayService |
getSqlGatewayService()
Get the service to execute the request.
|
SqlGatewayService getSqlGatewayService()
ReadableConfig getFlinkConfiguration()
Map<String,String> getEndpointOptions()
All the keys in the endpoint options are pruned with the prefix. For example, the
option sql-gateway.endpoint.rest.host
's key is host
in the map.
An implementation should perform validation of these options.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.