Uses of Enum Class
org.mockserver.metrics.Metrics.Name
Packages that use Metrics.Name
-
Uses of Metrics.Name in org.mockserver.metrics
Methods in org.mockserver.metrics that return Metrics.NameModifier and TypeMethodDescriptionstatic Metrics.NameReturns the enum constant of this class with the specified name.static Metrics.Name[]Metrics.Name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.metrics with parameters of type Metrics.NameModifier and TypeMethodDescriptionstatic voidMetrics.clear(Metrics.Name name) voidMetrics.decrement(Metrics.Name name) static IntegerMetrics.get(Metrics.Name name) voidMetrics.increment(Metrics.Name name) voidMetrics.set(Metrics.Name name, Integer value)