T - the output type of the Aggregatorpublic class MapAggregatorValues<T> extends AggregatorValues<T>
AggregatorValues implementation that is backed by an in-memory map.| Constructor and Description |
|---|
MapAggregatorValues(Map<String,T> stepValues) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,T> |
getValuesAtSteps()
Get the values of the
Aggregator by the user name at each step it was used. |
String |
toString() |
getTotalValue, getValuespublic Map<String,T> getValuesAtSteps()
AggregatorValuesAggregator by the user name at each step it was used.getValuesAtSteps in class AggregatorValues<T>