Package | Description |
---|---|
com.espertech.esper.common.internal.epl.rowrecog.core |
Match-recognize core.
|
com.espertech.esper.common.internal.epl.rowrecog.state |
Match-recognize state management.
|
Modifier and Type | Field and Description |
---|---|
protected RowRecogPartitionStateRepo |
RowRecogNFAView.regexPartitionStateRepo |
Modifier and Type | Class and Description |
---|---|
class |
RowRecogPartitionStateRepoGroup
Partition-by implementation for partition state.
|
class |
RowRecogPartitionStateRepoNoGroup
State for when no partitions (single partition) is required.
|
Modifier and Type | Method and Description |
---|---|
RowRecogPartitionStateRepo |
RowRecogPartitionStateRepoNoGroup.copyForIterate(boolean forOutOfOrderReprocessing)
Copy state for iteration.
|
RowRecogPartitionStateRepo |
RowRecogPartitionStateRepoGroup.copyForIterate(boolean forOutOfOrderReprocessing) |
RowRecogPartitionStateRepo |
RowRecogPartitionStateRepo.copyForIterate(boolean forOutOfOrderReprocessing)
Copy state for iteration.
|
RowRecogPartitionStateRepo |
RowRecogStateRepoFactoryDefault.makePartitioned(RowRecogPreviousStrategyImpl prevGetter,
RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta,
AgentInstanceContext agentInstanceContext,
RowRecogNFAView view,
boolean keepScheduleState,
RowRecogPartitionTerminationStateComparator terminationStateCompare) |
RowRecogPartitionStateRepo |
RowRecogStateRepoFactory.makePartitioned(RowRecogPreviousStrategyImpl prevGetter,
RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta,
AgentInstanceContext agentInstanceContext,
RowRecogNFAView view,
boolean keepScheduleState,
RowRecogPartitionTerminationStateComparator terminationStateCompare) |
RowRecogPartitionStateRepo |
RowRecogStateRepoFactoryDefault.makeSingle(RowRecogPreviousStrategyImpl prevGetter,
AgentInstanceContext agentInstanceContext,
RowRecogNFAView view,
boolean keepScheduleState,
RowRecogPartitionTerminationStateComparator terminationStateCompare) |
RowRecogPartitionStateRepo |
RowRecogStateRepoFactory.makeSingle(RowRecogPreviousStrategyImpl prevGetter,
AgentInstanceContext agentInstanceContext,
RowRecogNFAView view,
boolean keepScheduleState,
RowRecogPartitionTerminationStateComparator terminationStateCompare) |
Copyright © 2005–2018. All rights reserved.