|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.core.service.EPServicesContext
public final class EPServicesContext
Convenience class to hold implementations for all services.
Constructor Summary | |
---|---|
EPServicesContext(java.lang.String engineURI,
SchedulingServiceSPI schedulingService,
EventAdapterService eventAdapterService,
EngineImportService engineImportService,
EngineSettingsService engineSettingsService,
DatabaseConfigService databaseConfigService,
PluggableObjectCollection plugInViews,
StatementLockFactory statementLockFactory,
ManagedReadWriteLock eventProcessingRWLock,
EngineLevelExtensionServicesContext engineLevelExtensionServicesContext,
EngineEnvContext engineEnvContext,
StatementContextFactory statementContextFactory,
PluggableObjectCollection plugInPatternObjects,
TimerService timerService,
FilterServiceSPI filterService,
StreamFactoryService streamFactoryService,
NamedWindowMgmtService namedWindowMgmtService,
NamedWindowDispatchService namedWindowDispatchService,
VariableService variableService,
TableService tableService,
TimeSourceService timeSourceService,
ValueAddEventService valueAddEventService,
MetricReportingServiceSPI metricsReportingService,
StatementEventTypeRef statementEventTypeRef,
StatementVariableRef statementVariableRef,
ConfigurationInformation configSnapshot,
ThreadingService threadingServiceImpl,
InternalEventRouterImpl internalEventRouter,
StatementIsolationService statementIsolationService,
SchedulingMgmtService schedulingMgmtService,
DeploymentStateService deploymentStateService,
ExceptionHandlingService exceptionHandlingService,
PatternNodeFactory patternNodeFactory,
EventTypeIdGenerator eventTypeIdGenerator,
StatementMetadataFactory statementMetadataFactory,
ContextManagementService contextManagementService,
PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc,
MatchRecognizeStatePoolEngineSvc matchRecognizeStatePoolEngineSvc,
DataFlowService dataFlowService,
ExprDeclaredService exprDeclaredService,
ContextControllerFactoryFactorySvc contextControllerFactoryFactorySvc,
ContextManagerFactoryService contextManagerFactoryService,
EPStatementFactory epStatementFactory,
RegexHandlerFactory regexHandlerFactory,
ViewableActivatorFactory viewableActivatorFactory,
FilterNonPropertyRegisteryService filterNonPropertyRegisteryService,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory,
ViewServicePreviousFactory viewServicePreviousFactory,
EventTableIndexService eventTableIndexService,
EPRuntimeIsolatedFactory epRuntimeIsolatedFactory,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
DataCacheFactory dataCacheFactory,
MultiMatchHandlerFactory multiMatchHandlerFactory,
NamedWindowConsumerMgmtService namedWindowConsumerMgmtService)
Constructor - sets up new set of services. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPServicesContext(java.lang.String engineURI, SchedulingServiceSPI schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, EngineLevelExtensionServicesContext engineLevelExtensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, TimerService timerService, FilterServiceSPI filterService, StreamFactoryService streamFactoryService, NamedWindowMgmtService namedWindowMgmtService, NamedWindowDispatchService namedWindowDispatchService, VariableService variableService, TableService tableService, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService, MetricReportingServiceSPI metricsReportingService, StatementEventTypeRef statementEventTypeRef, StatementVariableRef statementVariableRef, ConfigurationInformation configSnapshot, ThreadingService threadingServiceImpl, InternalEventRouterImpl internalEventRouter, StatementIsolationService statementIsolationService, SchedulingMgmtService schedulingMgmtService, DeploymentStateService deploymentStateService, ExceptionHandlingService exceptionHandlingService, PatternNodeFactory patternNodeFactory, EventTypeIdGenerator eventTypeIdGenerator, StatementMetadataFactory statementMetadataFactory, ContextManagementService contextManagementService, PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc, MatchRecognizeStatePoolEngineSvc matchRecognizeStatePoolEngineSvc, DataFlowService dataFlowService, ExprDeclaredService exprDeclaredService, ContextControllerFactoryFactorySvc contextControllerFactoryFactorySvc, ContextManagerFactoryService contextManagerFactoryService, EPStatementFactory epStatementFactory, RegexHandlerFactory regexHandlerFactory, ViewableActivatorFactory viewableActivatorFactory, FilterNonPropertyRegisteryService filterNonPropertyRegisteryService, ResultSetProcessorHelperFactory resultSetProcessorHelperFactory, ViewServicePreviousFactory viewServicePreviousFactory, EventTableIndexService eventTableIndexService, EPRuntimeIsolatedFactory epRuntimeIsolatedFactory, FilterBooleanExpressionFactory filterBooleanExpressionFactory, DataCacheFactory dataCacheFactory, MultiMatchHandlerFactory multiMatchHandlerFactory, NamedWindowConsumerMgmtService namedWindowConsumerMgmtService)
engineURI
- is the engine URIschedulingService
- service to get time and schedule callbackseventAdapterService
- service to resolve event typesdatabaseConfigService
- service to resolve a database name to database connection factory and configsplugInViews
- resolves view namespace and name to view factory classstatementLockFactory
- creates statement-level lockseventProcessingRWLock
- is the engine lock for statement managementengineLevelExtensionServicesContext
- marker interface allows adding additional servicesengineImportService
- is engine imported static func packages and aggregation functionsengineSettingsService
- provides engine settingsstatementContextFactory
- is the factory to use to create statement context objectsengineEnvContext
- is engine environment/directory information for use with adapters and external envplugInPatternObjects
- resolves plug-in pattern objectstimerService
- is the timer servicefilterService
- the filter servicestreamFactoryService
- is hooking up filters to streamsnamedWindowMgmtService
- is holding information about the named windows active in the systemvariableService
- provides access to variable valuesvalueAddEventService
- handles update eventstimeSourceService
- time source provider classmetricsReportingService
- - for metric reportingstatementEventTypeRef
- - statement to event type reference holdingstatementVariableRef
- - statement to variabke reference holdingconfigSnapshot
- configuration snapshotthreadingServiceImpl
- - engine-level threading servicesinternalEventRouter
- - routing of eventsstatementIsolationService
- - maintains isolation information per statementschedulingMgmtService
- - schedule management for statementsMethod Detail |
---|
public PatternNodeFactory getPatternNodeFactory()
public void setStatementLifecycleSvc(StatementLifecycleSvc statementLifecycleSvc)
statementLifecycleSvc
- statement lifycycle svcpublic InternalEventRouteDest getInternalEventEngineRouteDest()
public void setInternalEventEngineRouteDest(InternalEventRouteDest internalEventEngineRouteDest)
internalEventEngineRouteDest
- event routing destinationpublic InternalEventRouterImpl getInternalEventRouter()
public final FilterServiceSPI getFilterService()
public final TimerService getTimerService()
public final SchedulingServiceSPI getSchedulingService()
public DispatchService getDispatchService()
public ViewService getViewService()
public StreamFactoryService getStreamService()
public EventAdapterService getEventAdapterService()
public EngineImportService getEngineImportService()
public DatabaseConfigService getDatabaseRefService()
public PluggableObjectCollection getPlugInViews()
public PluggableObjectCollection getPlugInPatternObjects()
public StatementLockFactory getStatementLockFactory()
public ManagedReadWriteLock getEventProcessingRWLock()
public StatementLifecycleSvc getStatementLifecycleSvc()
public EngineLevelExtensionServicesContext getEngineLevelExtensionServicesContext()
public EngineEnvContext getEngineEnvContext()
public ThreadingService getThreadingService()
public void destroy()
public void initialize()
public StatementContextFactory getStatementContextFactory()
public java.lang.String getEngineURI()
public EngineSettingsService getEngineSettingsService()
public NamedWindowMgmtService getNamedWindowMgmtService()
public VariableService getVariableService()
public TimeSourceService getTimeSource()
public ValueAddEventService getValueAddEventService()
public MetricReportingServiceSPI getMetricsReportingService()
public StatementEventTypeRef getStatementEventTypeRefService()
public ConfigurationInformation getConfigSnapshot()
public StatementVariableRef getStatementVariableRefService()
public SchedulingMgmtService getSchedulingMgmtService()
public StatementIsolationService getStatementIsolationService()
public void setStatementIsolationService(StatementIsolationService statementIsolationService)
statementIsolationService
- isolation servicepublic DeploymentStateService getDeploymentStateService()
public ExceptionHandlingService getExceptionHandlingService()
public EventTypeIdGenerator getEventTypeIdGenerator()
public StatementMetadataFactory getStatementMetadataFactory()
public ContextManagementService getContextManagementService()
public PatternSubexpressionPoolEngineSvc getPatternSubexpressionPoolSvc()
public MatchRecognizeStatePoolEngineSvc getMatchRecognizeStatePoolEngineSvc()
public DataFlowService getDataFlowService()
public ExprDeclaredService getExprDeclaredService()
public ExpressionResultCacheService getExpressionResultCacheSharable()
public TableService getTableService()
public ContextControllerFactoryFactorySvc getContextControllerFactoryFactorySvc()
public ContextManagerFactoryService getContextManagerFactoryService()
public EPStatementFactory getEpStatementFactory()
public RegexHandlerFactory getRegexHandlerFactory()
public ViewableActivatorFactory getViewableActivatorFactory()
public FilterNonPropertyRegisteryService getFilterNonPropertyRegisteryService()
public NamedWindowDispatchService getNamedWindowDispatchService()
public ResultSetProcessorHelperFactory getResultSetProcessorHelperFactory()
public ViewServicePreviousFactory getViewServicePreviousFactory()
public EventTableIndexService getEventTableIndexService()
public EPRuntimeIsolatedFactory getEpRuntimeIsolatedFactory()
public FilterBooleanExpressionFactory getFilterBooleanExpressionFactory()
public DataCacheFactory getDataCacheFactory()
public MultiMatchHandlerFactory getMultiMatchHandlerFactory()
public NamedWindowConsumerMgmtService getNamedWindowConsumerMgmtService()
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |