public class BooleanAndAggregator extends BasicAggregator<org.apache.hadoop.io.BooleanWritable>
| Constructor and Description | 
|---|
| BooleanAndAggregator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | aggregate(org.apache.hadoop.io.BooleanWritable value)Add a new value. | 
| org.apache.hadoop.io.BooleanWritable | createInitialValue()Return new aggregated value which is neutral to aggregate operation. | 
getAggregatedValue, reset, setAggregatedValuepublic void aggregate(org.apache.hadoop.io.BooleanWritable value)
Aggregatorvalue - Value to be aggregated.public org.apache.hadoop.io.BooleanWritable createInitialValue()
AggregatorCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.