Uses of Class
org.teiid.dqp.internal.process.DQPCore
-
Packages that use DQPCore Package Description org.teiid.deployers org.teiid.dqp.internal.process org.teiid.dqp.service org.teiid.jboss org.teiid.runtime org.teiid.runtime.jmx org.teiid.services -
-
Uses of DQPCore in org.teiid.deployers
Methods in org.teiid.deployers that return DQPCore Modifier and Type Method Description abstract DQPCore
EventDistributorImpl. getDQPCore()
-
Uses of DQPCore in org.teiid.dqp.internal.process
Fields in org.teiid.dqp.internal.process declared as DQPCore Modifier and Type Field Description protected DQPCore
RequestWorkItem. dqpCore
Methods in org.teiid.dqp.internal.process that return DQPCore Modifier and Type Method Description DQPCore
RequestWorkItem. getDqpCore()
Methods in org.teiid.dqp.internal.process with parameters of type DQPCore Modifier and Type Method Description static ResultsFuture<?>
DQPCore. executeQuery(Object command, VDBMetaData vdb, String user, String app, long timeoutInMilli, DQPCore engine, DQPCore.ResultsListener listener)
Execute the given query asynchly.Constructors in org.teiid.dqp.internal.process with parameters of type DQPCore Constructor Description DataTierManagerImpl(DQPCore requestMgr, BufferManager bufferMgr, boolean detectChangeEvents)
LobWorkItem(RequestWorkItem parent, DQPCore dqpCore, String streamId, int streamRequestId)
MetaDataProcessor(DQPCore requestManager, SessionAwareCache<PreparedPlan> planCache, String vdbName, Object vdbVersion)
RequestWorkItem(DQPCore dqpCore, RequestMessage requestMsg, Request request, ResultsReceiver<ResultsMessage> receiver, RequestID requestID, DQPWorkContext workContext)
-
Uses of DQPCore in org.teiid.dqp.service
Methods in org.teiid.dqp.service with parameters of type DQPCore Modifier and Type Method Description void
SessionService. setDqp(DQPCore dqp)
-
Uses of DQPCore in org.teiid.jboss
Methods in org.teiid.jboss that return DQPCore Modifier and Type Method Description protected DQPCore
EventDistributorFactoryService. getDQPCore()
DQPCore
DQPCoreService. getValue()
Methods in org.teiid.jboss that return types with arguments of type DQPCore Modifier and Type Method Description org.jboss.msc.value.InjectedValue<DQPCore>
TransportService. getDqpInjector()
-
Uses of DQPCore in org.teiid.runtime
Fields in org.teiid.runtime declared as DQPCore Modifier and Type Field Description protected DQPCore
EmbeddedServer. dqp
Methods in org.teiid.runtime that return DQPCore Modifier and Type Method Description abstract DQPCore
MaterializationManager. getDQP()
Methods in org.teiid.runtime with parameters of type DQPCore Modifier and Type Method Description static EngineStatisticsMetadata
EmbeddedAdminFactory. createEngineStats(int activeSessionsCount, BufferServiceImpl bufferService, DQPCore dqp)
-
Uses of DQPCore in org.teiid.runtime.jmx
Constructors in org.teiid.runtime.jmx with parameters of type DQPCore Constructor Description JMXService(DQPCore dqpCore, BufferServiceImpl bufferServiceImpl, SessionService sessionService)
-
Uses of DQPCore in org.teiid.services
Methods in org.teiid.services that return DQPCore Modifier and Type Method Description protected abstract DQPCore
AbstractEventDistributorFactoryService. getDQPCore()
Methods in org.teiid.services with parameters of type DQPCore Modifier and Type Method Description void
SessionServiceImpl. setDqp(DQPCore dqp)
-