Package | Description |
---|---|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Class and Description |
---|---|
class |
RegexPartitionStateRepoGroup
Partition-by implementation for partition state.
|
class |
RegexPartitionStateRepoNoGroup
State for when no partitions (single partition) is required.
|
Modifier and Type | Field and Description |
---|---|
protected RegexPartitionStateRepo |
EventRowRegexNFAView.regexPartitionStateRepo |
Modifier and Type | Method and Description |
---|---|
RegexPartitionStateRepo |
RegexPartitionStateRepoNoGroup.copyForIterate(boolean forOutOfOrderReprocessing)
Copy state for iteration.
|
RegexPartitionStateRepo |
RegexPartitionStateRepoGroup.copyForIterate(boolean forOutOfOrderReprocessing) |
RegexPartitionStateRepo |
RegexPartitionStateRepo.copyForIterate(boolean forOutOfOrderReprocessing)
Copy state for iteration.
|
RegexPartitionStateRepo |
RegexHandlerFactoryDefault.makePartitioned(RegexPartitionStateRandomAccessGetter prevGetter,
RegexPartitionStateRepoGroupMeta stateRepoGroupMeta,
AgentInstanceContext agentInstanceContext,
EventRowRegexNFAView view,
boolean keepScheduleState,
RegexPartitionTerminationStateComparator terminationStateCompare) |
RegexPartitionStateRepo |
RegexHandlerFactory.makePartitioned(RegexPartitionStateRandomAccessGetter prevGetter,
RegexPartitionStateRepoGroupMeta stateRepoGroupMeta,
AgentInstanceContext agentInstanceContext,
EventRowRegexNFAView view,
boolean keepScheduleState,
RegexPartitionTerminationStateComparator terminationStateCompare) |
RegexPartitionStateRepo |
RegexHandlerFactoryDefault.makeSingle(RegexPartitionStateRandomAccessGetter prevGetter,
AgentInstanceContext agentInstanceContext,
EventRowRegexNFAView view,
boolean keepScheduleState,
RegexPartitionTerminationStateComparator terminationStateCompare) |
RegexPartitionStateRepo |
RegexHandlerFactory.makeSingle(RegexPartitionStateRandomAccessGetter prevGetter,
AgentInstanceContext agentInstanceContext,
EventRowRegexNFAView view,
boolean keepScheduleState,
RegexPartitionTerminationStateComparator terminationStateCompare) |