public class ConcurrentCommandStatusCounter extends Object
| Constructor and Description |
|---|
ConcurrentCommandStatusCounter() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentCommandStatusCounter |
copy() |
SortedMap<Integer,Integer> |
createSortedMapSnapshot() |
int |
get(int commandStatus) |
int |
incrementAndGet(int commandStatus) |
void |
reset() |
String |
toString() |
public void reset()
public ConcurrentCommandStatusCounter copy()
public int get(int commandStatus)
public int incrementAndGet(int commandStatus)
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.