Uses of Interface
com.espertech.esper.common.internal.metrics.stmtmetrics.MetricExec
Packages that use MetricExec
Package
Description
Services for metrics reporting, including global flag, repositories and threading.
-
Uses of MetricExec in com.espertech.esper.common.internal.metrics.stmtmetrics
Classes in com.espertech.esper.common.internal.metrics.stmtmetrics that implement MetricExecModifier and TypeClassDescriptionclass
Metrics execution producing runtime metric events.class
Metrics execution producing statement metric events.class
Methods in com.espertech.esper.common.internal.metrics.stmtmetrics with parameters of type MetricExecModifier 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.Method parameters in com.espertech.esper.common.internal.metrics.stmtmetrics with type arguments of type MetricExecModifier and TypeMethodDescriptionfinal void
MetricScheduleService.evaluate
(Collection<MetricExec> handles) Evaluate the schedule and populates executions, if any.