public final class IntegerSumAggregator<I> extends AbstractAggregator<I,Long> implements IdentifiedDataSerializable
attributePath| Constructor and Description |
|---|
IntegerSumAggregator() |
IntegerSumAggregator(String attributePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(I entry)
Accumulates the given entries.
|
Long |
aggregate()
Returns the result of the aggregation.
|
void |
combine(Aggregator aggregator)
Incorporates the intermediary result of the given aggregator to this instance of the aggregator.
|
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
int |
getId()
Returns type identifier for this class.
|
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
extractonAccumulationFinished, onCombinationFinishedpublic IntegerSumAggregator()
public IntegerSumAggregator(String attributePath)
public void accumulate(I entry)
Aggregatoraccumulate in class Aggregator<I,Long>entry - input to accumulate.public void combine(Aggregator aggregator)
Aggregatorcombine in class Aggregator<I,Long>aggregator - aggregator providing intermediary results to be combined into the results of this aggregator.
The given aggregator has to be of the same class as the one that the method is being called on.public Long aggregate()
Aggregatoraggregate in class Aggregator<I,Long>public int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.