Uses of Class
io.quarkus.test.metrics.HistogramTypes
-
Packages that use HistogramTypes Package Description io.quarkus.test.metrics -
-
Uses of HistogramTypes in io.quarkus.test.metrics
Methods in io.quarkus.test.metrics that return HistogramTypes Modifier and Type Method Description static HistogramTypesHistogramTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static HistogramTypes[]HistogramTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.test.metrics with parameters of type HistogramTypes Modifier and Type Method Description voidQuarkusHistograms. startDurationBeforeAll(HistogramTypes histogramTypes)voidQuarkusHistograms. stopDurationAfterAll(HistogramTypes histogramTypes)
-