public static class CombineFn.StringConcatAggregator extends CombineFn.SimpleAggregator<String>
Constructor and Description |
---|
CombineFn.StringConcatAggregator(String separator,
boolean skipNulls)
Deprecated.
|
CombineFn.StringConcatAggregator(String separator,
boolean skipNull,
long maxOutputLength,
long maxInputLength)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
reset()
Deprecated.
Clears the internal state of this Aggregator and prepares it for the
values associated with the next key.
|
Iterable<String> |
results()
Deprecated.
Returns the current aggregated state of this instance.
|
void |
update(String next)
Deprecated.
Incorporate the given value into the aggregate state maintained by this
instance.
|
initialize
public CombineFn.StringConcatAggregator(String separator, boolean skipNulls)
public CombineFn.StringConcatAggregator(String separator, boolean skipNull, long maxOutputLength, long maxInputLength)
public void reset()
CombineFn.Aggregator
public void update(String next)
CombineFn.Aggregator
public Iterable<String> results()
CombineFn.Aggregator
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.