|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetricExec | |
---|---|
com.espertech.esper.epl.metric | Services for metrics reporting, including global flag, repositories and threading. |
Uses of MetricExec in com.espertech.esper.epl.metric |
---|
Classes in com.espertech.esper.epl.metric that implement MetricExec | |
---|---|
class |
MetricExecEngine
Metrics execution producing engine metric events. |
class |
MetricExecStatement
Metrics execution producing statement metric events. |
Methods in com.espertech.esper.epl.metric with parameters of type MetricExec | |
---|---|
void |
MetricScheduleService.add(long afterMSec,
MetricExec execution)
Adds an execution to the schedule. |
void |
MetricsExecutorUnthreaded.execute(MetricExec execution,
MetricExecutionContext executionContext)
|
void |
MetricsExecutorThreaded.execute(MetricExec execution,
MetricExecutionContext executionContext)
|
void |
MetricsExecutor.execute(MetricExec execution,
MetricExecutionContext executionContext)
Execute a metrics execution. |
void |
MetricScheduleService.remove(MetricExec metricExec)
Remove from schedule an execution. |
Method parameters in com.espertech.esper.epl.metric with type arguments of type MetricExec | |
---|---|
void |
MetricScheduleService.evaluate(java.util.Collection<MetricExec> handles)
Evaluate the schedule and populates executions, if any. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |