public class EPMetricsStatementGroup extends Object
Constructor and Description |
---|
EPMetricsStatementGroup(StatementMetricArray array)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the group name
|
boolean |
isReportInactive()
Returns an indicator whether to report inactive statements
|
void |
iterateStatements(Consumer<EPMetricsStatement> consumer)
Iterate statements of the group.
|
public EPMetricsStatementGroup(StatementMetricArray array)
array
- statementspublic String getName()
public boolean isReportInactive()
public void iterateStatements(Consumer<EPMetricsStatement> consumer)
This obtains a read-lock on the list of statements belonging to that group, for the duration of the call.
consumer
- receives the statement metricsCopyright © 2005–2023. All rights reserved.