Aggregators MethodsHazelcast .Net Client Class Library
Methods

  NameDescription
Public methodStatic memberBigIntegerSum
An aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts only BigInteger input values.
Public methodStatic memberBigIntegerSum(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.
Public methodStatic memberCount
an aggregator that counts the input values. Accepts nulls as input values.
Public methodStatic memberCount(String)
an aggregator that counts the input values extracted from the given attributePath. Accepts null input values and null extracted values.
Public methodStatic memberDoubleAvg
an aggregator that calculates the average of the input values. Does NOT accept null input values.
Public methodStatic memberDoubleAvg(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
Public methodStatic memberDoubleSum
an aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts only double input values.
Public methodStatic memberDoubleSum(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.
Public methodStatic memberFixedPointSum
an aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts float or double input values.
Public methodStatic memberFixedPointSum(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.
Public methodStatic memberFloatingPointSum
an aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts float or double input values.
Public methodStatic memberFloatingPointSum(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.
Public methodStatic memberIntegerAvg
an aggregator that calculates the average of the input values. Does NOT accept null input values. Accepts only int input values
Public methodStatic memberIntegerAvg(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
Public methodStatic memberIntegerSum
an aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts only int input values.
Public methodStatic memberIntegerSum(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.
Public methodStatic memberLongAvg
an aggregator that calculates the average of the input values. Does NOT accept null input values. Accepts only long input values
Public methodStatic memberLongAvg(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
Public methodStatic memberLongSum
an aggregator that calculates the sum of the input values. Does NOT accept null input values. Accepts only long input values.
Public methodStatic memberLongSum(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.
Public methodStatic memberMaxTResult
an aggregator that calculates the max of the input values. Accepts null input values
Public methodStatic memberMaxTResult(String)
an aggregator that calculates the max of the input values extracted from the given attributePath. Accepts null input values and null extracted values.
Public methodStatic memberMinTResult
an aggregator that calculates the min of the input values. Accepts null input values
Public methodStatic memberMinTResult(String)
an aggregator that calculates the min of the input values extracted from the given attributePath. Accepts null input values and null extracted values.
Public methodStatic memberNumberAvg
an aggregator that calculates the average of the input values. Does NOT accept null input values. Accepts float or double input values.
Public methodStatic memberNumberAvg(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.
Top
See Also

Reference