Click or drag to resize

AggregationFunctionModeManaged 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 single parameter and wherein the compiler handles filtering and distinct.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.aggfuncAggregationFunctionModeManaged

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

The AggregationFunctionModeManaged type exposes the following members.

Constructors
  NameDescription
Public methodAggregationFunctionModeManaged
Initializes a new instance of the AggregationFunctionModeManaged 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