Uses of Interface
brave.sampler.Matcher
-
Packages that use Matcher Package Description brave.sampler -
-
Uses of Matcher in brave.sampler
Classes in brave.sampler that implement Matcher Modifier and Type Class Description static classParameterizedSampler.Rule<P>Deprecated.Since 5.8, useParameterizedSampler.Builder.putRule(Matcher, Sampler)Methods in brave.sampler that return Matcher Modifier and Type Method Description static <P> Matcher<P>Matchers. alwaysMatch()static <P> Matcher<P>Matchers. and(Matcher<P>... matchers)static <P> Matcher<P>Matchers. and(Iterable<? extends Matcher<P>> matchers)static <P> Matcher<P>Matchers. neverMatch()static <P> Matcher<P>Matchers. or(Matcher<P>... matchers)static <P> Matcher<P>Matchers. or(Iterable<? extends Matcher<P>> matchers)Methods in brave.sampler with parameters of type Matcher Modifier and Type Method Description static <P> Matcher<P>Matchers. and(Matcher<P>... matchers)static <P> Matcher<P>Matchers. or(Matcher<P>... matchers)ParameterizedSampler.Builder<P>ParameterizedSampler.Builder. putRule(Matcher<P> matcher, Sampler sampler)Adds or replaces the sampler of the input matcher.Method parameters in brave.sampler with type arguments of type Matcher Modifier and Type Method Description static <P> Matcher<P>Matchers. and(Iterable<? extends Matcher<P>> matchers)static <P> Matcher<P>Matchers. or(Iterable<? extends Matcher<P>> matchers)
-