public class MapAggregator extends ProvaBasicEventsAccumulatorImpl
ProvaEventsAccumulator.AccumulationModeduration, startTime| Constructor and Description |
|---|
MapAggregator() |
MapAggregator(MapAggregator aggregator) |
MapAggregator(ProvaEventsAccumulator.AccumulationMode accumulationMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
MapAggregator |
clone() |
java.util.Map<java.lang.Object,CountValue> |
getMap() |
CountValue |
processAt(java.lang.Object key,
double value) |
java.lang.String |
toString() |
long |
totalCount() |
getDuration, getStartTime, setDuration, setStartTimepublic MapAggregator()
public MapAggregator(ProvaEventsAccumulator.AccumulationMode accumulationMode)
public MapAggregator(MapAggregator aggregator)
public long totalCount()
public java.util.Map<java.lang.Object,CountValue> getMap()
public CountValue processAt(java.lang.Object key, double value)
public void clear()
public MapAggregator clone()
clone in interface ProvaEventsAccumulatorclone in class ProvaBasicEventsAccumulatorImplpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.