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, setPathas, clone, getAlias, setRawEntryConverter, toObjectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenabledSmartExternalizableWithReferencepublic 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 ExternalizablewriteExternal in class AbstractPathAggregator<MutableNumber>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractPathAggregator<MutableNumber>IOExceptionClassNotFoundExceptionpublic String getName()
getName in class AbstractPathAggregator<MutableNumber>Copyright © GigaSpaces.