Package com.gigaspaces.query.aggregators
Class AverageAggregator.AverageTuple
java.lang.Object
com.gigaspaces.query.aggregators.AverageAggregator.AverageTuple
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Enclosing class:
- AverageAggregator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartitionResult(Number sum, long count, boolean widest) voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.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
-