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