AbstractAggregatorR ClassHazelcast .Net Client Class Library
Base builtin aggregator
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreIAggregatorR
    Hazelcast.CoreAbstractAggregatorR
      More...

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

public abstract class AbstractAggregator<R> : IAggregator<R>

Type Parameters

R

The AbstractAggregatorR type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFactoryId
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  Hazelcast.CoreIAggregatorR
    Hazelcast.CoreAbstractAggregatorR
      Hazelcast.CoreBigIntegerSumAggregator
      Hazelcast.CoreCountAggregator
      Hazelcast.CoreDoubleAverageAggregator
      Hazelcast.CoreDoubleSumAggregator
      Hazelcast.CoreFixedSumAggregator
      Hazelcast.CoreFloatingPointSumAggregator
      Hazelcast.CoreIntegerAverageAggregator
      Hazelcast.CoreIntegerSumAggregator
      Hazelcast.CoreLongAverageAggregator
      Hazelcast.CoreLongSumAggregator
      Hazelcast.CoreMaxAggregatorTResult
      Hazelcast.CoreMinAggregatorTResult
      Hazelcast.CoreNumberAverageAggregator