|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetricPredicate
A MetricPredicate
is used to determine whether a metric should be included when sorting
and filtering metrics. This is especially useful for limited metric reporting.
Field Summary | |
---|---|
static MetricPredicate |
ALL
A predicate which matches all inputs. |
Method Summary | |
---|---|
boolean |
matches(MetricName name,
Metric metric)
Returns true if the metric matches the predicate. |
Field Detail |
---|
static final MetricPredicate ALL
Method Detail |
---|
boolean matches(MetricName name, Metric metric)
true
if the metric matches the predicate.
name
- the name of the metricmetric
- the metric itself
true
if the predicate applies, false
otherwise
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |