Uses of Class
org.teiid.dqp.internal.process.SessionAwareCache
-
Packages that use SessionAwareCache Package Description org.teiid.dqp.internal.process org.teiid.query.tempdata org.teiid.query.util -
-
Uses of SessionAwareCache in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return SessionAwareCache Modifier and Type Method Description SessionAwareCache<PreparedPlan>
DQPCore. getPrepPlanCache()
SessionAwareCache<CachedResults>
DQPCore. getResltSetCache()
SessionAwareCache<CachedResults>
RequestWorkItem. getRsCache()
Methods in org.teiid.dqp.internal.process with parameters of type SessionAwareCache Modifier and Type Method Description void
DQPCore. setPreparedPlanCache(SessionAwareCache<PreparedPlan> cache)
void
DQPCore. setResultsetCache(SessionAwareCache<CachedResults> cache)
Constructors in org.teiid.dqp.internal.process with parameters of type SessionAwareCache Constructor Description MetaDataProcessor(DQPCore requestManager, SessionAwareCache<PreparedPlan> planCache, String vdbName, Object vdbVersion)
PreparedStatementRequest(SessionAwareCache<PreparedPlan> prepPlanCache)
-
Uses of SessionAwareCache in org.teiid.query.tempdata
Constructors in org.teiid.query.tempdata with parameters of type SessionAwareCache Constructor Description TempTableDataManager(ProcessorDataManager processorDataManager, BufferManager bufferManager, SessionAwareCache<CachedResults> cache)
-
Uses of SessionAwareCache in org.teiid.query.util
Methods in org.teiid.query.util with parameters of type SessionAwareCache Modifier and Type Method Description void
CommandContext. setPreparedPlanCache(SessionAwareCache<PreparedPlan> cache)
-