Click or drag to resize

AggregationFunctionModeMultiParam Class

Use this class to provide an aggregation function wherein there is no need to write code that generates code, wherein the aggregation function takes a multiple parameters and wherein the compiler does not handle filtering and distinct.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.aggfuncAggregationFunctionModeMultiParam

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class AggregationFunctionModeMultiParam : AggregationFunctionMode

The AggregationFunctionModeMultiParam type exposes the following members.

Constructors
  NameDescription
Public methodAggregationFunctionModeMultiParam
Initializes a new instance of the AggregationFunctionModeMultiParam class
Top
Properties
  NameDescription
Public propertyHasHA
Returns indicator whether a serializer-deserialize to provide read and write methods is provided by
Public propertyInjectionStrategyAggregationFunctionFactory
Returns the injection strategy for the aggregation function factory
Public propertySerde
Returns the class providing the serde
Top
Methods
  NameDescription
Public methodSetHasHA
Sets indicator whether a serializer-deserialize to provide read and write methods is provided by
Public methodSetInjectionStrategyAggregationFunctionFactory
Sets the injection strategy for the aggregation function factory
Public methodSetSerde
Sets the class providing the serde
Top
See Also