Aggregators Class | 
Namespace: Hazelcast.Core
| Name | Description | |
|---|---|---|
| BigIntegerSum | 
            An aggregator that calculates the sum of the input values.
            Does NOT accept null input values.
            Accepts only BigInteger input values.
              | |
| BigIntegerSum(String) | 
            an aggregator that calculates the sum of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts only BigInteger input values.
              | |
| Count | 
            an aggregator that counts the input values. Accepts nulls as input values.
              | |
| Count(String) | 
            an aggregator that counts the input values extracted from the given attributePath.
            Accepts null input values and null extracted values.
              | |
| DoubleAvg | 
            an aggregator that calculates the average of the input values.
            Does NOT accept null input values.
              | |
| DoubleAvg(String) | 
            an aggregator that calculates the average of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts only double input values
              | |
| DoubleSum | 
            an aggregator that calculates the sum of the input values.
            Does NOT accept null input values.
            Accepts only double input values.
              | |
| DoubleSum(String) | 
            An aggregator that calculates the sum of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts only double input values.
              | |
| FixedPointSum | 
            an aggregator that calculates the sum of the input values.
            Does NOT accept null input values.
            Accepts float or double input values.
              | |
| FixedPointSum(String) | 
            An aggregator that calculates the sum of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts float or double input values.
              | |
| FloatingPointSum | 
            an aggregator that calculates the sum of the input values.
            Does NOT accept null input values.
            Accepts float or double input values.
              | |
| FloatingPointSum(String) | 
            An aggregator that calculates the sum of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts float or double input values.
              | |
| IntegerAvg | 
             an aggregator that calculates the average of the input values.
            Does NOT accept null input values.
            Accepts only int input values
              | |
| IntegerAvg(String) | 
            an aggregator that calculates the average of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts only int input values
              | |
| IntegerSum | 
            an aggregator that calculates the sum of the input values.
            Does NOT accept null input values.
            Accepts only int input values.
              | |
| IntegerSum(String) | 
            An aggregator that calculates the sum of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts only int input values.
              | |
| LongAvg | 
            an aggregator that calculates the average of the input values.
            Does NOT accept null input values.
            Accepts only long input values
              | |
| LongAvg(String) | 
            an aggregator that calculates the average of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts only long input values
              | |
| LongSum | 
            an aggregator that calculates the sum of the input values.
            Does NOT accept null input values.
            Accepts only long input values.
              | |
| LongSum(String) | 
            An aggregator that calculates the sum of the input values extracted from the given attributePath.
            Does NOT accept null input values nor null extracted values.
            Accepts only long input values.
              | |
| MaxTResult | 
            an aggregator that calculates the max of the input values.
            Accepts null input values
              | |
| MaxTResult(String) | 
            an aggregator that calculates the max of the input values extracted from the given attributePath.
            Accepts null input values and null extracted values.
              | |
| MinTResult | 
            an aggregator that calculates the min of the input values.
            Accepts null input values
              | |
| MinTResult(String) | 
            an aggregator that calculates the min of the input values extracted from the given attributePath.
            Accepts null input values and null extracted values.
              | |
| NumberAvg | 
            an aggregator that calculates the average of the input values.
            Does NOT accept null input values.
            Accepts float or double input values.
              | |
| NumberAvg(String) | 
            an aggregator that calculates the average of the input values.
            Does NOT accept null input values nor null extracted values.
            Accepts float or double input values.
              |