public class CounterHistoryRecorder extends org.javasimon.CallbackSkeleton
CounterHistoryStack| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,CounterHistoryStack> | 
counterHistory  | 
protected int | 
historyLength  | 
| Constructor and Description | 
|---|
CounterHistoryRecorder(int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
counterDecrease(org.javasimon.Counter counter,
               long dec)  | 
void | 
counterIncrease(org.javasimon.Counter counter,
               long inc)  | 
void | 
counterSet(org.javasimon.Counter counter,
          long val)  | 
CounterHistoryStack | 
getCounterHistory(String counterName)  | 
protected CounterHistoryStack | 
getCounterHistoryStack(org.javasimon.Counter counter)  | 
protected void | 
storeCounter(org.javasimon.Counter counter)  | 
protected Map<String,CounterHistoryStack> counterHistory
protected int historyLength
public CounterHistoryRecorder(int size)
protected CounterHistoryStack getCounterHistoryStack(org.javasimon.Counter counter)
protected void storeCounter(org.javasimon.Counter counter)
public void counterDecrease(org.javasimon.Counter counter, long dec)
counterDecrease in interface org.javasimon.CallbackcounterDecrease in class org.javasimon.CallbackSkeletonpublic void counterSet(org.javasimon.Counter counter, long val)
counterSet in interface org.javasimon.CallbackcounterSet in class org.javasimon.CallbackSkeletonpublic void counterIncrease(org.javasimon.Counter counter, long inc)
counterIncrease in interface org.javasimon.CallbackcounterIncrease in class org.javasimon.CallbackSkeletonpublic CounterHistoryStack getCounterHistory(String counterName)
Copyright © 2019 Nuxeo. All rights reserved.