public class SumZeroScalarValueAggregator extends AbstractPathAggregator<MutableNumber>
Constructor and Description |
---|
SumZeroScalarValueAggregator() |
SumZeroScalarValueAggregator(Class<?> type) |
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) |
SumZeroScalarValueAggregator |
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 SumZeroScalarValueAggregator()
public SumZeroScalarValueAggregator(Class<?> type)
public Number getValue()
public SumZeroScalarValueAggregator 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.