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. counterHistory
Deprecated.Methods in org.nuxeo.runtime.management.counters that return CounterHistoryStack Modifier and Type Method Description CounterHistoryStack
CounterHistoryRecorder. getCounterHistory(String counterName)
Deprecated.CounterHistoryStack
CounterManager. getCounterHistory(String counterName)
Deprecated.Get recorder values of the counter over timeCounterHistoryStack
CounterManagerImpl. getCounterHistory(String counterName)
Deprecated.protected CounterHistoryStack
CounterHistoryRecorder. getCounterHistoryStack(org.javasimon.Counter counter)
Deprecated.
-