Class SumScalarValueAggregator
java.lang.Object
com.gigaspaces.query.aggregators.SpaceEntriesAggregator<MutableNumber>
com.gigaspaces.query.aggregators.AbstractPathAggregator<MutableNumber>
com.gigaspaces.query.aggregators.SumScalarValueAggregator
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable, Cloneable
- Since:
- 16.0.1
- Author:
- Sagiv Michael
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(SpaceEntriesAggregatorContext context) voidaggregateIntermediateResult(MutableNumber partitionResult) getName()getValue()voidvoidMethods inherited from class AbstractPathAggregator
getFunctionCallColumn, getPath, getPathValue, setFunctionCallColumn, setPathMethods inherited from class SpaceEntriesAggregator
as, clone, getAlias, getSQLQuery, handleIntermediateResultOfDbStorage, handleIntermediateResultOfMemoryStorage, isIndexUsed, setAggregatorContext, setRawEntryConverter, skipFullScanSupported, skipProcessedUidStore, toObjectMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
SumScalarValueAggregator
public SumScalarValueAggregator()
-
-
Method Details
-
getValue
-
setValue
-
getDefaultAlias
- Specified by:
getDefaultAliasin classSpaceEntriesAggregator<MutableNumber>
-
aggregate
- Specified by:
aggregatein classSpaceEntriesAggregator<MutableNumber>
-
getIntermediateResult
- Specified by:
getIntermediateResultin classSpaceEntriesAggregator<MutableNumber>
-
aggregateIntermediateResult
- Specified by:
aggregateIntermediateResultin classSpaceEntriesAggregator<MutableNumber>
-
getFinalResult
- Overrides:
getFinalResultin classSpaceEntriesAggregator<MutableNumber>
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractPathAggregator<MutableNumber>- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractPathAggregator<MutableNumber>- Throws:
IOExceptionClassNotFoundException
-
getName
- Specified by:
getNamein classAbstractPathAggregator<MutableNumber>
-