Class SpanEqualsPredicate
- java.lang.Object
-
- com.wavefront.agent.preprocessor.predicate.ComparisonPredicate<wavefront.report.Span>
-
- com.wavefront.agent.preprocessor.predicate.SpanEqualsPredicate
-
- All Implemented Interfaces:
Predicate<wavefront.report.Span>
public class SpanEqualsPredicate extends ComparisonPredicate<wavefront.report.Span>
Predicate mimickingString.equals(Object)
for Wavefront reportable entities.- Author:
- Anil Kodali ([email protected]).
-
-
Field Summary
-
Fields inherited from class com.wavefront.agent.preprocessor.predicate.ComparisonPredicate
scope, value
-
-
Constructor Summary
Constructors Constructor Description SpanEqualsPredicate(String scope, Object value)
-