public interface ValueAggregator
限定符和类型 | 方法和说明 |
---|---|
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 © 2009 The Apache Software Foundation