com.espertech.esper.core.service
Class StatementContextEngineServices
java.lang.Object
com.espertech.esper.core.service.StatementContextEngineServices
public final class StatementContextEngineServices
- extends java.lang.Object
Constructor Summary |
StatementContextEngineServices(java.lang.String engineURI,
EventAdapterService eventAdapterService,
NamedWindowMgmtService namedWindowMgmtService,
VariableService variableService,
TableService tableService,
EngineSettingsService engineSettingsService,
ValueAddEventService valueAddEventService,
ConfigurationInformation configSnapshot,
MetricReportingServiceSPI metricReportingService,
ViewService viewService,
ExceptionHandlingService exceptionHandlingService,
ExpressionResultCacheService expressionResultCacheService,
StatementEventTypeRef statementEventTypeRef,
TableExprEvaluatorContext tableExprEvaluatorContext,
EngineLevelExtensionServicesContext engineLevelExtensionServicesContext,
RegexHandlerFactory regexHandlerFactory,
StatementLockFactory statementLockFactory,
ContextManagementService contextManagementService,
ViewServicePreviousFactory viewServicePreviousFactory,
EventTableIndexService eventTableIndexService,
PatternNodeFactory patternNodeFactory,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
TimeSourceService timeSourceService)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementContextEngineServices
public StatementContextEngineServices(java.lang.String engineURI,
EventAdapterService eventAdapterService,
NamedWindowMgmtService namedWindowMgmtService,
VariableService variableService,
TableService tableService,
EngineSettingsService engineSettingsService,
ValueAddEventService valueAddEventService,
ConfigurationInformation configSnapshot,
MetricReportingServiceSPI metricReportingService,
ViewService viewService,
ExceptionHandlingService exceptionHandlingService,
ExpressionResultCacheService expressionResultCacheService,
StatementEventTypeRef statementEventTypeRef,
TableExprEvaluatorContext tableExprEvaluatorContext,
EngineLevelExtensionServicesContext engineLevelExtensionServicesContext,
RegexHandlerFactory regexHandlerFactory,
StatementLockFactory statementLockFactory,
ContextManagementService contextManagementService,
ViewServicePreviousFactory viewServicePreviousFactory,
EventTableIndexService eventTableIndexService,
PatternNodeFactory patternNodeFactory,
FilterBooleanExpressionFactory filterBooleanExpressionFactory,
TimeSourceService timeSourceService)
getEngineURI
public java.lang.String getEngineURI()
getEventAdapterService
public EventAdapterService getEventAdapterService()
getNamedWindowMgmtService
public NamedWindowMgmtService getNamedWindowMgmtService()
getVariableService
public VariableService getVariableService()
getPlugInTypeResolutionURIs
public java.net.URI[] getPlugInTypeResolutionURIs()
getValueAddEventService
public ValueAddEventService getValueAddEventService()
getConfigSnapshot
public ConfigurationInformation getConfigSnapshot()
getMetricReportingService
public MetricReportingServiceSPI getMetricReportingService()
getViewService
public ViewService getViewService()
getExceptionHandlingService
public ExceptionHandlingService getExceptionHandlingService()
getExpressionResultCacheService
public ExpressionResultCacheService getExpressionResultCacheService()
getStatementEventTypeRef
public StatementEventTypeRef getStatementEventTypeRef()
getTableService
public TableService getTableService()
getTableExprEvaluatorContext
public TableExprEvaluatorContext getTableExprEvaluatorContext()
getEngineLevelExtensionServicesContext
public EngineLevelExtensionServicesContext getEngineLevelExtensionServicesContext()
getRegexHandlerFactory
public RegexHandlerFactory getRegexHandlerFactory()
getStatementLockFactory
public StatementLockFactory getStatementLockFactory()
getContextManagementService
public ContextManagementService getContextManagementService()
getViewServicePreviousFactory
public ViewServicePreviousFactory getViewServicePreviousFactory()
getEventTableIndexService
public EventTableIndexService getEventTableIndexService()
getPatternNodeFactory
public PatternNodeFactory getPatternNodeFactory()
getFilterBooleanExpressionFactory
public FilterBooleanExpressionFactory getFilterBooleanExpressionFactory()
getEngineSettingsService
public EngineSettingsService getEngineSettingsService()
getTimeSourceService
public TimeSourceService getTimeSourceService()