Class ExtendedLogMetaRequest.ComparisonCollection
java.lang.Object
org.apache.hadoop.yarn.logaggregation.ExtendedLogMetaRequest.ComparisonCollection
- Enclosing class:
- ExtendedLogMetaRequest
A collection of
ComparisonExpression.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComparisonCollection
-
-
Method Details
-
match
-
match
-
match
Checks, if the given value matches all theComparisonExpression. This implies an AND logic between the expressions.- Parameters:
value- given value to match againstdefaultValue- default value to return when no expression is defined- Returns:
- whether all expressions were matched
-