Uses of Interface
org.teiid.dqp.service.SessionService
-
Packages that use SessionService Package Description org.teiid.common.buffer.impl org.teiid.dqp.internal.process -
-
Uses of SessionService in org.teiid.common.buffer.impl
Methods in org.teiid.common.buffer.impl with parameters of type SessionService Modifier and Type Method Description void
BufferManagerImpl. setSessionService(SessionService sessionService)
-
Uses of SessionService in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return SessionService Modifier and Type Method Description SessionService
DQPCore. getSessionService()
Methods in org.teiid.dqp.internal.process with parameters of type SessionService Modifier and Type Method Description void
DQPCore. setSessionService(SessionService sessionService)
-