Uses of Interface
org.pipecraft.infra.monitoring.sampling.SampleTextualizer
-
Packages that use SampleTextualizer Package Description org.pipecraft.infra.monitoring.sampling -
-
Uses of SampleTextualizer in org.pipecraft.infra.monitoring.sampling
Classes in org.pipecraft.infra.monitoring.sampling that implement SampleTextualizer Modifier and Type Class Description classSimpleSampleTextualizer<T>A sample textualizer that uses the items toString().classThrowableTextualizerA sample textualizer for throwable objects.Constructors in org.pipecraft.infra.monitoring.sampling with parameters of type SampleTextualizer Constructor Description BlockingSampler(int size, SampleTextualizer<T> textualizer)ConstructorInaccurateSampler(int size, SampleTextualizer<T> textualizer)Constructor
-