public interface CounterManager
| Modifier and Type | Method and Description | 
|---|---|
void | 
decreaseCounter(String counterName)
Decrease a counter 
 | 
void | 
decreaseCounter(String counterName,
               long value)  | 
void | 
disableCounters()
Desable all couters 
 | 
void | 
enableCounters()
Enables all counters 
 | 
CounterHistoryStack | 
getCounterHistory(String counterName)
Get recorder values of the counter over time 
 | 
void | 
increaseCounter(String counterName)
Increase a counter 
 | 
void | 
increaseCounter(String counterName,
               long value)  | 
void | 
setCounterValue(String counterName,
               long value)
Set the value of a counter 
 | 
void increaseCounter(String counterName)
counterName - void increaseCounter(String counterName, long value)
void setCounterValue(String counterName, long value)
counterName - value - void decreaseCounter(String counterName)
counterName - void decreaseCounter(String counterName, long value)
CounterHistoryStack getCounterHistory(String counterName)
counterName - void enableCounters()
void disableCounters()
Copyright © 2019 Nuxeo. All rights reserved.