public interface MetricsPredicateVisitor
MetricsFilterPredicate
visited.
When an implementation of this visitor is passed to an
MetricsFilterPredicate.accept(MetricsPredicateVisitor)
method,
the visit method most applicable to that element is invoked.Modifier and Type | Method and Description |
---|---|
void |
visit(MetricsAndOperator metricsAndOperator)
Implement this method to add behaviour performed when
MetricsAndOperator is visited. |
void |
visit(MetricsPrefixPredicate metricsPrefixPredicate)
Implement this method to add behaviour performed when
MetricsPrefixPredicate is visited. |
void |
visit(MetricsTagPredicate metricsTagPredicate)
Implement this method to add behaviour performed when
MetricsTagPredicate is visited. |
void visit(MetricsPrefixPredicate metricsPrefixPredicate)
MetricsPrefixPredicate
is visited.void visit(MetricsTagPredicate metricsTagPredicate)
MetricsTagPredicate
is visited.void visit(MetricsAndOperator metricsAndOperator)
MetricsAndOperator
is visited.Copyright © 2021. All rights reserved.