Uses of Class
com.espertech.esper.client.ConfigurationEngineDefaults.MatchRecognize

Packages that use ConfigurationEngineDefaults.MatchRecognize
com.espertech.esper.client This package and its sub-packages defines the central Esper Client APIs. 
com.espertech.esper.rowregex Match-recognize expression tree and state objects. 
 

Uses of ConfigurationEngineDefaults.MatchRecognize in com.espertech.esper.client
 

Methods in com.espertech.esper.client that return ConfigurationEngineDefaults.MatchRecognize
 ConfigurationEngineDefaults.MatchRecognize ConfigurationEngineDefaults.getMatchRecognize()
          Return match-recognize settings.
 

Methods in com.espertech.esper.client with parameters of type ConfigurationEngineDefaults.MatchRecognize
 void ConfigurationEngineDefaults.setMatchRecognize(ConfigurationEngineDefaults.MatchRecognize matchRecognize)
          Sets match-recognize settings.
 

Uses of ConfigurationEngineDefaults.MatchRecognize in com.espertech.esper.rowregex
 

Fields in com.espertech.esper.rowregex declared as ConfigurationEngineDefaults.MatchRecognize
protected  ConfigurationEngineDefaults.MatchRecognize EventRowRegexNFAViewFactory.matchRecognizeConfig
           
 

Methods in com.espertech.esper.rowregex with parameters of type ConfigurationEngineDefaults.MatchRecognize
 EventRowRegexNFAViewFactory RegexHandlerFactoryDefault.makeViewFactory(ViewFactoryChain viewFactoryChain, MatchRecognizeSpec matchRecognizeSpec, AgentInstanceContext agentInstanceContext, boolean isUnbound, java.lang.annotation.Annotation[] annotations, ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfigs)
           
 EventRowRegexNFAViewFactory RegexHandlerFactory.makeViewFactory(ViewFactoryChain viewFactoryChain, MatchRecognizeSpec matchRecognizeSpec, AgentInstanceContext agentInstanceContext, boolean isUnbound, java.lang.annotation.Annotation[] annotations, ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfigs)
           
 

Constructors in com.espertech.esper.rowregex with parameters of type ConfigurationEngineDefaults.MatchRecognize
EventRowRegexNFAView(EventRowRegexNFAViewFactory factory, ObjectArrayEventType compositeEventType, EventType rowEventType, MatchRecognizeSpec matchRecognizeSpec, java.util.LinkedHashMap<java.lang.String,Pair<java.lang.Integer,java.lang.Boolean>> variableStreams, java.util.Map<java.lang.Integer,java.lang.String> streamsVariables, java.util.Set<java.lang.String> variablesSingle, AgentInstanceContext agentInstanceContext, java.util.TreeMap<java.lang.Integer,java.util.List<ExprPreviousMatchRecognizeNode>> callbacksPerIndex, AggregationServiceMatchRecognize aggregationService, boolean isDefineAsksMultimatches, ObjectArrayBackedEventBean defineMultimatchEventBean, boolean[] isExprRequiresMultimatchState, boolean isUnbound, boolean isIterateOnly, boolean isCollectMultimatches, RowRegexExprNode expandedPatternNode, ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfig, EventRowRegexNFAViewScheduler scheduler)
          Ctor.
EventRowRegexNFAViewFactory(ViewFactoryChain viewChain, MatchRecognizeSpec matchRecognizeSpec, AgentInstanceContext agentInstanceContext, boolean isUnbound, java.lang.annotation.Annotation[] annotations, ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfig)
          Ctor.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com