Class AverageAggregator.AverageTuple
java.lang.Object
com.gigaspaces.query.aggregators.AverageAggregator.AverageTuple
- All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable
- Enclosing class:
AverageAggregator
- Since:
- 10.0
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartitionResult(Number sum, long count, boolean widest) voidvoidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
AverageTuple
public AverageTuple() -
AverageTuple
-
-
Method Details
-
add
-
addPartitionResult
-
getAverage
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-