Uses of Enum Class
com.soklet.MetricsCollector.MetricsFormat
Packages that use MetricsCollector.MetricsFormat
-
Uses of MetricsCollector.MetricsFormat in com.soklet
Subclasses with type arguments of type MetricsCollector.MetricsFormat in com.sokletModifier and TypeClassDescriptionstatic enumText format to use forMetricsCollector.snapshotText(SnapshotTextOptions).Methods in com.soklet that return MetricsCollector.MetricsFormatModifier and TypeMethodDescriptionMetricsCollector.SnapshotTextOptions.getMetricsFormat()The text exposition format to emit.Returns the enum constant of this class with the specified name.static MetricsCollector.MetricsFormat[]MetricsCollector.MetricsFormat.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.MetricsFormatModifier and TypeMethodDescriptionMetricsCollector.SnapshotTextOptions.fromMetricsFormat(@NonNull MetricsCollector.MetricsFormat metricsFormat) Creates options with the specified format and defaults for all other fields.MetricsCollector.SnapshotTextOptions.withMetricsFormat(@NonNull MetricsCollector.MetricsFormat metricsFormat) Begins building options with the specified format.