Uses of Class
org.mockserver.metrics.Metrics.Name
-
Packages that use Metrics.Name Package Description org.mockserver.metrics -
-
Uses of Metrics.Name in org.mockserver.metrics
Methods in org.mockserver.metrics that return Metrics.Name Modifier and Type Method Description static Metrics.NameMetrics.Name. valueOf(String name)Returns the enum constant of this type with the specified name.static Metrics.Name[]Metrics.Name. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mockserver.metrics with parameters of type Metrics.Name Modifier and Type Method Description static voidMetrics. decrement(Metrics.Name name)static IntegerMetrics. get(Metrics.Name name)static voidMetrics. increment(Metrics.Name name)static voidMetrics. set(Metrics.Name name, Integer value)
-