| Package | Description |
|---|---|
| org.teiid.dqp.internal.process | |
| org.teiid.jboss | |
| org.teiid.query.tempdata | |
| org.teiid.query.util | |
| org.teiid.runtime |
| Modifier and Type | Method and Description |
|---|---|
SessionAwareCache<PreparedPlan> |
DQPCore.getPrepPlanCache() |
SessionAwareCache<CachedResults> |
DQPCore.getResltSetCache() |
SessionAwareCache<CachedResults> |
RequestWorkItem.getRsCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DQPCore.setPreparedPlanCache(SessionAwareCache<PreparedPlan> cache) |
void |
DQPCore.setResultsetCache(SessionAwareCache<CachedResults> cache) |
| Constructor and Description |
|---|
MetaDataProcessor(DQPCore requestManager,
SessionAwareCache<PreparedPlan> planCache,
String vdbName,
Object vdbVersion) |
PreparedStatementRequest(SessionAwareCache<PreparedPlan> prepPlanCache) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<SessionAwareCache> |
DQPCoreService.getPreparedPlanCacheInjector() |
org.jboss.msc.value.InjectedValue<SessionAwareCache> |
DQPCoreService.getResultSetCacheInjector() |
| Constructor and Description |
|---|
TempTableDataManager(ProcessorDataManager processorDataManager,
BufferManager bufferManager,
SessionAwareCache<CachedResults> cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandContext.setPreparedPlanCache(SessionAwareCache<PreparedPlan> cache) |
| Modifier and Type | Method and Description |
|---|---|
protected SessionAwareCache<PreparedPlan> |
EmbeddedServer.getPpcCache() |
protected SessionAwareCache<CachedResults> |
EmbeddedServer.getRsCache() |
Copyright © 2020. All rights reserved.