@InterfaceAudience.Public
 @InterfaceStability.Stable
public interface ValueAggregator<E>
| Modifier and Type | Method and Description | 
|---|---|
void | 
addNextValue(Object val)
add a value to the aggregator 
 | 
ArrayList<E> | 
getCombinerOutput()  | 
String | 
getReport()  | 
void | 
reset()
reset the aggregator 
 | 
Copyright © 2019 Apache Software Foundation. All rights reserved.