public class AggregationServiceMatchRecognizeFactoryImpl extends Object implements AggregationServiceMatchRecognizeFactory
Constructor and Description |
---|
AggregationServiceMatchRecognizeFactoryImpl(int countStreams,
LinkedHashMap<Integer,AggregationMethodFactory[]> aggregatorsPerStream,
Map<Integer,ExprEvaluator[]> evaluatorsPerStream)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
AggregationServiceMatchRecognize |
makeService(AgentInstanceContext agentInstanceContext) |
public AggregationServiceMatchRecognizeFactoryImpl(int countStreams, LinkedHashMap<Integer,AggregationMethodFactory[]> aggregatorsPerStream, Map<Integer,ExprEvaluator[]> evaluatorsPerStream)
countStreams
- number of streams/variablesaggregatorsPerStream
- aggregation methods per streamevaluatorsPerStream
- evaluation functions per streampublic AggregationServiceMatchRecognize makeService(AgentInstanceContext agentInstanceContext)
makeService
in interface AggregationServiceMatchRecognizeFactory