Uses of Enum Class
io.helidon.tracing.SamplerType
Packages that use SamplerType
-
Uses of SamplerType in io.helidon.tracing
Methods in io.helidon.tracing that return SamplerTypeModifier and TypeMethodDescriptionExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl.samplerType()ExtendedTracerConfig.BuilderBase.samplerType()Type of sampler for collecting spans.ExtendedTracerConfig.samplerType()Type of sampler for collecting spans.static SamplerTypeReturns the enum constant of this class with the specified name.static SamplerType[]SamplerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.tracing with parameters of type SamplerTypeModifier and TypeMethodDescriptionExtendedTracerConfig.BuilderBase.samplerType(SamplerType samplerType) Type of sampler for collecting spans.