Package org.apache.flink.table.gateway.service.session
-
Interface Summary Interface Description SessionManager Mange the lifecycle of theSession. -
Class Summary Class Description Session Similar to HTTP Session, which could maintain user identity and store user-specific data during multiple request/response interactions between a client and the gateway server.SessionManagerImpl The implementation of theSessionManagerthat manage the lifecycle of theSession.