Package | Description |
---|---|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.epl.metric |
Services for metrics reporting, including global flag, repositories and threading.
|
com.espertech.esper.epl.named |
Named window classes are in this package
|
Modifier and Type | Method and Description |
---|---|
MetricReportingService |
EPServiceProviderSPI.getMetricReportingService()
Returns metrics reporting.
|
MetricReportingService |
EPServiceProviderImpl.getMetricReportingService() |
Constructor and Description |
---|
ConfigurationOperationsImpl(EventAdapterService eventAdapterService,
EventTypeIdGenerator eventTypeIdGenerator,
EngineImportService engineImportService,
VariableService variableService,
EngineSettingsService engineSettingsService,
ValueAddEventService valueAddEventService,
MetricReportingService metricReportingService,
StatementEventTypeRef statementEventTypeRef,
StatementVariableRef statementVariableRef,
PluggableObjectCollection plugInViews,
FilterService filterService,
PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc)
Ctor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MetricReportingServiceSPI
SPI for metrics activity.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricReportingServiceImpl
Metrics reporting.
|
Modifier and Type | Method and Description |
---|---|
MetricReportingService |
NamedWindowOnMergeViewFactory.getMetricReportingService() |
Constructor and Description |
---|
NamedWindowOnMergeViewFactory(EventType namedWindowEventType,
NamedWindowOnMergeHelper namedWindowOnMergeHelper,
StatementResultService statementResultService,
StatementMetricHandle createNamedWindowMetricHandle,
MetricReportingService metricReportingService) |
NamedWindowProcessor(java.lang.String namedWindowName,
NamedWindowService namedWindowService,
java.lang.String contextName,
boolean singleInstanceContext,
EventType eventType,
StatementResultService statementResultService,
ValueAddEventProcessor revisionProcessor,
java.lang.String eplExpression,
java.lang.String statementName,
boolean isPrioritized,
boolean isEnableSubqueryIndexShare,
boolean enableQueryPlanLog,
MetricReportingService metricReportingService,
boolean isBatchingDataWindow,
boolean isVirtualDataWindow,
StatementMetricHandle statementMetricHandle,
java.util.Set<java.lang.String> optionalUniqueKeyProps,
java.lang.String eventTypeAsName)
Ctor.
|
NamedWindowRootView(ValueAddEventProcessor revisionProcessor,
boolean queryPlanLogging,
MetricReportingService metricReportingService,
EventType eventType,
boolean childBatching,
boolean isEnableIndexShare,
java.util.Set<java.lang.String> optionalUniqueKeyProps) |
NamedWindowServiceImpl(SchedulingService schedulingService,
StatementLockFactory statementLockFactory,
VariableService variableService,
boolean isPrioritized,
ManagedReadWriteLock eventProcessingRWLock,
ExceptionHandlingService exceptionHandlingService,
boolean enableQueryPlanLog,
MetricReportingService metricReportingService)
Ctor.
|