public class StatDataCollectionImpl extends Object implements StatDataCollection
| Constructor and Description |
|---|
StatDataCollectionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearDeadCampaignes(Date lastTime) |
StatCounterCollection |
getStatCounterCollector(String counterName) |
StatCounterCollection |
registerStatCounterCollector(String counterName,
StatDataCollectorType type) |
StatResult |
restartAndGet(String counterName,
String campaignName) |
StatCounterCollection |
unregisterStatCounterCollector(String counterName) |
void |
updateData(String counterName,
long newVal) |
void |
updateData(String counterName,
String newVal) |
public StatCounterCollection registerStatCounterCollector(String counterName, StatDataCollectorType type)
registerStatCounterCollector in interface StatDataCollectionpublic StatCounterCollection unregisterStatCounterCollector(String counterName)
unregisterStatCounterCollector in interface StatDataCollectionpublic StatCounterCollection getStatCounterCollector(String counterName)
getStatCounterCollector in interface StatDataCollectionpublic void clearDeadCampaignes(Date lastTime)
clearDeadCampaignes in interface StatDataCollectionpublic StatResult restartAndGet(String counterName, String campaignName)
restartAndGet in interface StatDataCollectionpublic void updateData(String counterName, long newVal)
updateData in interface StatDataCollectionpublic void updateData(String counterName, String newVal)
updateData in interface StatDataCollectionCopyright © 2016. All Rights Reserved.