- java.lang.Object
-
- brave.sampler.ParameterizedSampler.Rule<P>
-
- Enclosing class:
- ParameterizedSampler<P>
public abstract static class ParameterizedSampler.Rule<P> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRule(float rate)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanmatches(P parameters)Returns true if this rule matches the input parameters
-
-
-
Method Detail
-
matches
public abstract boolean matches(P parameters)
Returns true if this rule matches the input parameters
-
-