Class CounterHelper
java.lang.Object
org.nuxeo.runtime.management.counters.CounterHelper
Deprecated.
since 11.4: use dropwizard metrics counter instead
Dummy helper class to be used by code that updates the counters to avoid having to do the service lookup
- Author:
- Tiry ([email protected])
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddecreaseCounter(String counterName) Deprecated.static voiddecreaseCounter(String counterName, long value) Deprecated.static voidincreaseCounter(String counterName) Deprecated.static voidincreaseCounter(String counterName, long value) Deprecated.static voidsetCounterValue(String counterName, long value) Deprecated.
-
Field Details
-
cm
Deprecated.
-
-
Constructor Details
-
CounterHelper
public CounterHelper()Deprecated.
-
-
Method Details
-
increaseCounter
Deprecated. -
increaseCounter
Deprecated. -
setCounterValue
Deprecated. -
decreaseCounter
Deprecated. -
decreaseCounter
Deprecated.
-