Uses of Class
org.teiid.dqp.internal.process.CachedResults
-
Packages that use CachedResults Package Description org.teiid.dqp.internal.process org.teiid.query.tempdata org.teiid.runtime -
-
Uses of CachedResults in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return types with arguments of type CachedResults Modifier and Type Method Description SessionAwareCache<CachedResults>DQPCore. getResltSetCache()SessionAwareCache<CachedResults>RequestWorkItem. getRsCache()Method parameters in org.teiid.dqp.internal.process with type arguments of type CachedResults Modifier and Type Method Description voidDQPCore. setResultsetCache(SessionAwareCache<CachedResults> cache) -
Uses of CachedResults in org.teiid.query.tempdata
Constructor parameters in org.teiid.query.tempdata with type arguments of type CachedResults Constructor Description TempTableDataManager(ProcessorDataManager processorDataManager, BufferManager bufferManager, SessionAwareCache<CachedResults> cache) -
Uses of CachedResults in org.teiid.runtime
Methods in org.teiid.runtime that return types with arguments of type CachedResults Modifier and Type Method Description protected SessionAwareCache<CachedResults>EmbeddedServer. getRsCache()
-