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