Click or drag to resize

AggregationMultiFunctionStateModeManaged Class

Use this class to provide an state factory wherein there is no need to write code that generates code,
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.aggmultifuncAggregationMultiFunctionStateModeManaged

Namespace:  com.espertech.esper.common.client.hook.aggmultifunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class AggregationMultiFunctionStateModeManaged : AggregationMultiFunctionStateMode

The AggregationMultiFunctionStateModeManaged type exposes the following members.

Constructors
  NameDescription
Public methodAggregationMultiFunctionStateModeManaged
Initializes a new instance of the AggregationMultiFunctionStateModeManaged class
Top
Properties
  NameDescription
Public propertyHasHA
Returns indicator whether a serializer-deserialize to provide read and write methods is provided by
Public propertyInjectionStrategyAggregationStateFactory
Returns the injection strategy for the aggregation state 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 methodSetInjectionStrategyAggregationStateFactory
Sets the injection strategy for the aggregation state factory
Public methodSetSerde
Sets the class providing the serde
Top
See Also