Uses of Class
com.gigaspaces.internal.utils.math.MutableNumber
Packages that use MutableNumber
-
Uses of MutableNumber in com.gigaspaces.internal.utils.math
Subclasses of MutableNumber in com.gigaspaces.internal.utils.mathModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in com.gigaspaces.internal.utils.math that return MutableNumber -
Uses of MutableNumber in com.gigaspaces.query.aggregators
Subclasses with type arguments of type MutableNumber in com.gigaspaces.query.aggregatorsModifier and TypeClassDescriptionclassclassclassSums values of paths of matching entries, when no non null values are applied zero is returned instead of null returns the same type as the path.classSums scalar value, when no non null values are applied zero is returned instead of null returns the same type as the value.Methods in com.gigaspaces.query.aggregators that return MutableNumberModifier and TypeMethodDescriptionSumAggregator.getIntermediateResult()SumScalarValueAggregator.getIntermediateResult()SumZeroAggregator.getIntermediateResult()SumZeroScalarValueAggregator.getIntermediateResult()Methods in com.gigaspaces.query.aggregators with parameters of type MutableNumberModifier and TypeMethodDescriptionvoidSumAggregator.aggregateIntermediateResult(MutableNumber partitionResult) voidSumScalarValueAggregator.aggregateIntermediateResult(MutableNumber partitionResult) voidSumZeroAggregator.aggregateIntermediateResult(MutableNumber partitionResult) voidSumZeroScalarValueAggregator.aggregateIntermediateResult(MutableNumber partitionResult)