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