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) static longMetrics.getMonotonicTotalCount(Metrics.Name name) Return the current value of the dual-published_totalcounter for one of the five monotonic counts, or 0 if metrics are disabled (the counter is not registered) or the name is not one of the monotonic five.voidMetrics.increment(Metrics.Name name) voidMetrics.set(Metrics.Name name, Integer value)