Package com.gigaspaces.query.aggregators
Class SumScalarValueAggregator
java.lang.Object
com.gigaspaces.query.aggregators.SpaceEntriesAggregator<T>
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 com.gigaspaces.query.aggregators.AbstractPathAggregator
getFunctionCallColumn, getPath, getPathValue, setFunctionCallColumn, setPathMethods inherited from class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
as, clone, getAlias, getSQLQuery, handleIntermediateResultOfDbStorage, handleIntermediateResultOfMemoryStorage, isIndexUsed, setAggregatorContext, setRawEntryConverter, skipFullScanSupported, skipProcessedUidStore, toObjectMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.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>
-