Uses of Interface
com.espertech.esper.common.internal.metrics.stmtmetrics.MetricExec
Package
Description
Services for metrics reporting, including global flag, repositories and threading.
-
Uses of MetricExec in com.espertech.esper.common.internal.metrics.stmtmetrics
Modifier and TypeClassDescriptionclass
Metrics execution producing runtime metric events.class
Metrics execution producing statement metric events.class
Modifier and TypeMethodDescriptionfinal void
MetricScheduleService.add
(long afterMSec, MetricExec execution) Adds an execution to the schedule.void
MetricsExecutor.execute
(MetricExec execution, MetricExecutionContext executionContext) Execute a metrics execution.void
MetricsExecutorThreaded.execute
(MetricExec execution, MetricExecutionContext executionContext) void
MetricsExecutorUnthreaded.execute
(MetricExec execution, MetricExecutionContext executionContext) void
MetricScheduleService.remove
(MetricExec metricExec) Remove from schedule an execution.Modifier and TypeMethodDescriptionfinal void
MetricScheduleService.evaluate
(Collection<MetricExec> handles) Evaluate the schedule and populates executions, if any.