Package brave.sampler
Class ParameterizedSampler.Rule<P>
- java.lang.Object
-
- brave.sampler.ParameterizedSampler.Rule<P>
-
- All Implemented Interfaces:
Matcher<P>
- Enclosing class:
- ParameterizedSampler<P>
@Deprecated public abstract static class ParameterizedSampler.Rule<P> extends Object implements Matcher<P>
Deprecated.Since 5.8, useParameterizedSampler.Builder.putRule(Matcher, Sampler)
- Since:
- 4.4
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Rule(float probability)
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract boolean
matches(P parameters)
Deprecated.
-