Uses of Class
org.forgerock.monitoring.api.instrument.Statistic
-
Packages that use Statistic Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeter -
-
Uses of Statistic in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return Statistic Modifier and Type Method Description Statistic
Measurement. getStatistic()
static Statistic
Statistic. valueOf(String name)
Returns the enum constant of this type with the specified name.static Statistic[]
Statistic. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.monitoring.api.instrument with parameters of type Statistic Modifier and Type Method Description Meter.Id
Meter.Id. withTag(Statistic statistic)
Generate a new id with an additional tag with a tag key of "statistic".Constructors in org.forgerock.monitoring.api.instrument with parameters of type Statistic Constructor Description Measurement(Supplier<Double> valueFunction, Statistic statistic)
-