Uses of Class
org.nuxeo.runtime.management.counters.CounterHistoryStack
-
Packages that use CounterHistoryStack Package Description org.nuxeo.runtime.management.counters -
-
Uses of CounterHistoryStack in org.nuxeo.runtime.management.counters
Fields in org.nuxeo.runtime.management.counters with type parameters of type CounterHistoryStack Modifier and Type Field Description protected Map<String,CounterHistoryStack>CounterHistoryRecorder. counterHistoryDeprecated.Methods in org.nuxeo.runtime.management.counters that return CounterHistoryStack Modifier and Type Method Description CounterHistoryStackCounterHistoryRecorder. getCounterHistory(String counterName)Deprecated.CounterHistoryStackCounterManager. getCounterHistory(String counterName)Deprecated.Get recorder values of the counter over timeCounterHistoryStackCounterManagerImpl. getCounterHistory(String counterName)Deprecated.protected CounterHistoryStackCounterHistoryRecorder. getCounterHistoryStack(org.javasimon.Counter counter)Deprecated.
-