public interface ValueAggregator
Modifier and Type | Method and Description |
---|---|
void |
addNextValue(Object val)
add a value to the aggregator
|
ArrayList |
getCombinerOutput() |
String |
getReport() |
void |
reset()
reset the aggregator
|
void addNextValue(Object val)
val
- the value to be addedvoid reset()
String getReport()
ArrayList getCombinerOutput()
Copyright © 2010 The Apache Software Foundation