Uses of Interface
com.espertech.esper.epl.metric.MetricReportingService

Packages that use MetricReportingService
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 
 

Uses of MetricReportingService in com.espertech.esper.core.service
 

Methods in com.espertech.esper.core.service that return MetricReportingService
 MetricReportingService EPServiceProviderSPI.getMetricReportingService()
          Returns metrics reporting.
 MetricReportingService EPServiceProviderImpl.getMetricReportingService()
           
 

Constructors in com.espertech.esper.core.service with parameters of type MetricReportingService
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, TableService tableService)
          Ctor.
 

Uses of MetricReportingService in com.espertech.esper.epl.metric
 

Subinterfaces of MetricReportingService in com.espertech.esper.epl.metric
 interface MetricReportingServiceSPI
          SPI for metrics activity.
 

Classes in com.espertech.esper.epl.metric that implement MetricReportingService
 class MetricReportingServiceImpl
          Metrics reporting.
 

Uses of MetricReportingService in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named that return MetricReportingService
 MetricReportingService NamedWindowOnMergeViewFactory.getMetricReportingService()
           
 

Constructors in com.espertech.esper.epl.named with parameters of type MetricReportingService
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, VariableService variableService, TableService tableService, boolean isPrioritized, ManagedReadWriteLock eventProcessingRWLock, ExceptionHandlingService exceptionHandlingService, boolean enableQueryPlanLog, MetricReportingService metricReportingService)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com