Class SupportMetricExecution
java.lang.Object
com.espertech.esper.common.internal.metrics.stmtmetrics.SupportMetricExecution
- All Implemented Interfaces:
MetricExec
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(MetricExecutionContext context) Execute the production of metric events.boolean
-
Constructor Details
-
SupportMetricExecution
public SupportMetricExecution()
-
-
Method Details
-
isExecuted
public boolean isExecuted() -
execute
Description copied from interface:MetricExec
Execute the production of metric events.- Specified by:
execute
in interfaceMetricExec
- Parameters:
context
- provides services and scheduling
-