public class StatCounterCollectionImpl extends Object implements StatCounterCollection
| Constructor and Description |
|---|
StatCounterCollectionImpl(String counterName,
StatDataCollectorType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearDeadCampaignes(Date lastTime) |
String |
getCounterName() |
StatResult |
restartAndGet(String campaignName) |
void |
updateData(long newVal) |
void |
updateData(String newVal) |
public StatCounterCollectionImpl(String counterName, StatDataCollectorType type)
public String getCounterName()
getCounterName in interface StatCounterCollectionpublic void clearDeadCampaignes(Date lastTime)
clearDeadCampaignes in interface StatCounterCollectionpublic StatResult restartAndGet(String campaignName)
restartAndGet in interface StatCounterCollectionpublic void updateData(long newVal)
updateData in interface StatCounterCollectionpublic void updateData(String newVal)
updateData in interface StatCounterCollectionCopyright © 2016. All Rights Reserved.