public class DQPCoreService extends DQPConfiguration implements Serializable, org.jboss.msc.service.Service<DQPCore>
DEFAULT_MAX_ACTIVE_PLANS, DEFAULT_MAX_PROCESS_WORKERS, DEFAULT_MAX_SOURCE_ROWS, DEFAULT_MAX_STALENESS_SECONDS, DEFAULT_USER_REQUEST_SOURCE_CONCURRENCY
Constructor and Description |
---|
DQPCoreService() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<AuthorizationValidator> |
getAuthorizationValidatorInjector() |
org.jboss.msc.value.InjectedValue<BufferManager> |
getBufferManagerInjector() |
org.jboss.msc.value.InjectedValue<InternalEventDistributorFactory> |
getEventDistributorFactoryInjector() |
org.jboss.msc.value.InjectedValue<SessionAwareCache> |
getPreparedPlanCacheInjector() |
org.jboss.msc.value.InjectedValue<PreParser> |
getPreParserInjector() |
org.jboss.msc.value.InjectedValue<SessionAwareCache> |
getResultSetCacheInjector() |
org.jboss.msc.value.InjectedValue<TranslatorRepository> |
getTranslatorRepositoryInjector() |
org.jboss.msc.value.InjectedValue<TransactionManager> |
getTxnManagerInjector() |
DQPCore |
getValue() |
org.jboss.msc.value.InjectedValue<VDBRepository> |
getVdbRepositoryInjector() |
org.jboss.msc.value.InjectedValue<javax.resource.spi.work.WorkManager> |
getWorkManagerInjector() |
org.jboss.msc.value.InjectedValue<javax.resource.spi.XATerminator> |
getXaTerminatorInjector() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
getAuthorizationValidator, getLobChunkSizeInKB, getMaxActivePlans, getMaxRowsFetchSize, getMaxSourceRows, getMaxThreads, getPreParser, getProperties, getQueryThresholdInMilli, getQueryThresholdInSecs, getQueryTimeout, getTeiidExecutor, getTimeSliceInMilli, getUserRequestSourceConcurrency, isDetectingChangeEvents, isExceptionOnMaxSourceRows, setAuthorizationValidator, setDetectingChangeEvents, setExceptionOnMaxSourceRows, setLobChunkSizeInKB, setMaxActivePlans, setMaxRowsFetchSize, setMaxSourceRows, setMaxThreads, setPreParser, setProperties, setQueryThresholdInMilli, setQueryThresholdInSecs, setQueryTimeout, setTimeSliceInMilli, setUserRequestSourceConcurrency
public void start(org.jboss.msc.service.StartContext context)
start
in interface org.jboss.msc.Service
public DQPCore getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<DQPCore>
IllegalStateException
IllegalArgumentException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.Service
public org.jboss.msc.value.InjectedValue<SessionAwareCache> getResultSetCacheInjector()
public org.jboss.msc.value.InjectedValue<SessionAwareCache> getPreparedPlanCacheInjector()
public org.jboss.msc.value.InjectedValue<TranslatorRepository> getTranslatorRepositoryInjector()
public org.jboss.msc.value.InjectedValue<VDBRepository> getVdbRepositoryInjector()
public org.jboss.msc.value.InjectedValue<AuthorizationValidator> getAuthorizationValidatorInjector()
public org.jboss.msc.value.InjectedValue<PreParser> getPreParserInjector()
public org.jboss.msc.value.InjectedValue<BufferManager> getBufferManagerInjector()
public org.jboss.msc.value.InjectedValue<TransactionManager> getTxnManagerInjector()
public org.jboss.msc.value.InjectedValue<javax.resource.spi.XATerminator> getXaTerminatorInjector()
public org.jboss.msc.value.InjectedValue<javax.resource.spi.work.WorkManager> getWorkManagerInjector()
public org.jboss.msc.value.InjectedValue<InternalEventDistributorFactory> getEventDistributorFactoryInjector()
Copyright © 2019. All rights reserved.