Uses of Class
com.wavefront.agent.preprocessor.predicate.ComparisonPredicate
-
Packages that use ComparisonPredicate Package Description com.wavefront.agent.preprocessor.predicate -
-
Uses of ComparisonPredicate in com.wavefront.agent.preprocessor.predicate
Subclasses of ComparisonPredicate in com.wavefront.agent.preprocessor.predicate Modifier and Type Class Description class
ReportPointContainsPredicate
Predicate mimickingString.contains(java.lang.CharSequence)
for Wavefront reportable entities.class
ReportPointEndsWithPredicate
Predicate mimickingString.endsWith(String)
for Wavefront reportable entities.class
ReportPointEqualsPredicate
Predicate mimickingString.equals(Object)
for Wavefront reportable entities.class
ReportPointRegexMatchPredicate
Predicate to perform a regexMatch for Wavefront reportable entities.class
ReportPointStartsWithPredicate
Predicate mimickingString.startsWith(String)
[for Wavefront reportable entities.class
SpanContainsPredicate
Predicate mimickingString.contains(CharSequence)
for Wavefront reportable entities.class
SpanEndsWithPredicate
Predicate mimickingString.endsWith(String)
for Wavefront reportable entities.class
SpanEqualsPredicate
Predicate mimickingString.equals(Object)
for Wavefront reportable entities.class
SpanRegexMatchPredicate
Predicate to perform a regexMatch for Wavefront reportable entities.class
SpanStartsWithPredicate
Predicate mimickingString.startsWith(String)
for Wavefront reportable entities.
-