public class AggregatorLongAverage extends Object implements Aggregator<Long>
| Constructor and Description |
|---|
AggregatorLongAverage(String name) |
AggregatorLongAverage(String name,
long sum,
long count) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Long v) |
Aggregator |
clone() |
String |
getName() |
ColumnValue |
getValue() |
public AggregatorLongAverage(String name)
public AggregatorLongAverage(String name, long sum, long count)
public String getName()
getName in interface Aggregator<Long>public void add(Long v)
add in interface Aggregator<Long>public ColumnValue getValue()
getValue in interface Aggregator<Long>public Aggregator clone()
clone in interface Aggregator<Long>clone in class ObjectCopyright © 2024. All Rights Reserved.