Uses of Interface
org.apache.flink.table.gateway.api.endpoint.EndpointVersion
-
Packages that use EndpointVersion Package Description org.apache.flink.table.gateway.api org.apache.flink.table.gateway.api.session -
-
Uses of EndpointVersion in org.apache.flink.table.gateway.api
Methods in org.apache.flink.table.gateway.api that return EndpointVersion Modifier and Type Method Description EndpointVersionSqlGatewayService. getSessionEndpointVersion(SessionHandle sessionHandle)Get endpoint version that is negotiated in the openSession. -
Uses of EndpointVersion in org.apache.flink.table.gateway.api.session
Methods in org.apache.flink.table.gateway.api.session that return EndpointVersion Modifier and Type Method Description EndpointVersionSessionEnvironment. getSessionEndpointVersion()Methods in org.apache.flink.table.gateway.api.session with parameters of type EndpointVersion Modifier and Type Method Description SessionEnvironment.BuilderSessionEnvironment.Builder. setSessionEndpointVersion(EndpointVersion version)
-