public class SumScalarValueAggregator extends AbstractPathAggregator<MutableNumber>
Constructor and Description |
---|
SumScalarValueAggregator() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(SpaceEntriesAggregatorContext context) |
void |
aggregateIntermediateResult(MutableNumber partitionResult) |
String |
getDefaultAlias() |
Object |
getFinalResult() |
MutableNumber |
getIntermediateResult() |
String |
getName() |
Number |
getValue() |
void |
readExternal(ObjectInput in) |
SumScalarValueAggregator |
setValue(Number value) |
void |
writeExternal(ObjectOutput out) |
getFunctionCallColumn, getPath, getPathValue, setFunctionCallColumn, setPath
as, clone, getAlias, setRawEntryConverter, toObject
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public Number getValue()
public SumScalarValueAggregator setValue(Number value)
public String getDefaultAlias()
getDefaultAlias
in class SpaceEntriesAggregator<MutableNumber>
public void aggregate(SpaceEntriesAggregatorContext context)
aggregate
in class SpaceEntriesAggregator<MutableNumber>
public MutableNumber getIntermediateResult()
getIntermediateResult
in class SpaceEntriesAggregator<MutableNumber>
public void aggregateIntermediateResult(MutableNumber partitionResult)
aggregateIntermediateResult
in class SpaceEntriesAggregator<MutableNumber>
public Object getFinalResult()
getFinalResult
in class SpaceEntriesAggregator<MutableNumber>
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractPathAggregator<MutableNumber>
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractPathAggregator<MutableNumber>
IOException
ClassNotFoundException
public String getName()
getName
in class AbstractPathAggregator<MutableNumber>
Copyright © GigaSpaces.