public interface OlpStatsCollector
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
deactivate()
deactivate.
|
HashSet<String> |
getAttributeNames() |
<N extends Number> |
getStats(HashMap<String,String> collectorConfig) |
<N extends Number> N getStats(HashMap<String,String> collectorConfig) throws Exception
collectorConfig
- parameters passed from the overload protection frameworkException
void activate()
config
- as parameter in initializationException
void deactivate()
Exception