Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEngineDefaults.MatchRecognize |
ConfigurationEngineDefaults.getMatchRecognize()
Return match-recognize settings.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.setMatchRecognize(ConfigurationEngineDefaults.MatchRecognize matchRecognize)
Sets match-recognize settings.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigurationEngineDefaults.MatchRecognize |
EventRowRegexNFAViewFactory.matchRecognizeConfig |
Modifier and Type | Method and Description |
---|---|
EventRowRegexNFAViewFactory |
RegexHandlerFactoryDefault.makeViewFactory(ViewFactoryChain viewFactoryChain,
MatchRecognizeSpec matchRecognizeSpec,
AgentInstanceContext agentInstanceContext,
boolean isUnbound,
Annotation[] annotations,
ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfigs) |
EventRowRegexNFAViewFactory |
RegexHandlerFactory.makeViewFactory(ViewFactoryChain viewFactoryChain,
MatchRecognizeSpec matchRecognizeSpec,
AgentInstanceContext agentInstanceContext,
boolean isUnbound,
Annotation[] annotations,
ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfigs) |
Constructor and Description |
---|
EventRowRegexNFAViewFactory(ViewFactoryChain viewChain,
MatchRecognizeSpec matchRecognizeSpec,
AgentInstanceContext agentInstanceContext,
boolean isUnbound,
Annotation[] annotations,
ConfigurationEngineDefaults.MatchRecognize matchRecognizeConfig)
Ctor.
|