public interface StatDataCollection
| 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) |
StatCounterCollection registerStatCounterCollector(String counterName, StatDataCollectorType type)
StatCounterCollection unregisterStatCounterCollector(String counterName)
StatCounterCollection getStatCounterCollector(String counterName)
void clearDeadCampaignes(Date lastTime)
StatResult restartAndGet(String counterName, String campaignName)
void updateData(String counterName, long newVal)
Copyright © 2016. All Rights Reserved.