Package | Description |
---|---|
com.espertech.esper.epl.metric |
Services for metrics reporting, including global flag, repositories and threading.
|
Modifier and Type | Class and Description |
---|---|
class |
MetricExecEngine
Metrics execution producing engine metric events.
|
class |
MetricExecStatement
Metrics execution producing statement metric events.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricScheduleService.evaluate(Collection<MetricExec> handles)
Evaluate the schedule and populates executions, if any.
|