Uses of Enum Class
com.soklet.MetricsCollector.SnapshotTextOptions.HistogramFormat
Packages that use MetricsCollector.SnapshotTextOptions.HistogramFormat
-
Uses of MetricsCollector.SnapshotTextOptions.HistogramFormat in com.soklet
Subclasses with type arguments of type MetricsCollector.SnapshotTextOptions.HistogramFormat in com.sokletModifier and TypeClassDescriptionstatic enumSupported histogram rendering strategies.Methods in com.soklet that return MetricsCollector.SnapshotTextOptions.HistogramFormatModifier and TypeMethodDescriptionMetricsCollector.SnapshotTextOptions.getHistogramFormat()The histogram rendering strategy.Returns the enum constant of this class with the specified name.MetricsCollector.SnapshotTextOptions.HistogramFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet with parameters of type MetricsCollector.SnapshotTextOptions.HistogramFormatModifier and TypeMethodDescriptionMetricsCollector.SnapshotTextOptions.Builder.histogramFormat(@NonNull MetricsCollector.SnapshotTextOptions.HistogramFormat histogramFormat) Sets how histograms are rendered in the text snapshot.