Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.state.RowRecogPartitionStateRepo
Package
Description
Match-recognize core.
Match-recognize state management.
-
Uses of RowRecogPartitionStateRepo in com.espertech.esper.common.internal.epl.rowrecog.core
Modifier and TypeFieldDescriptionprotected RowRecogPartitionStateRepo
RowRecogNFAView.regexPartitionStateRepo
-
Uses of RowRecogPartitionStateRepo in com.espertech.esper.common.internal.epl.rowrecog.state
Modifier and TypeClassDescriptionclass
Partition-by implementation for partition state.class
State for when no partitions (single partition) is required.Modifier and TypeMethodDescriptionRowRecogPartitionStateRepo.copyForIterate
(boolean forOutOfOrderReprocessing) Copy state for iteration.RowRecogPartitionStateRepoGroup.copyForIterate
(boolean forOutOfOrderReprocessing) RowRecogPartitionStateRepoNoGroup.copyForIterate
(boolean forOutOfOrderReprocessing) Copy state for iteration.RowRecogStateRepoFactory.makePartitioned
(RowRecogPreviousStrategyImpl prevGetter, RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare, StateMgmtSetting partitionMgmtStateMgmtSettings, StateMgmtSetting scheduleMgmtStateMgmtSettings) RowRecogStateRepoFactoryDefault.makePartitioned
(RowRecogPreviousStrategyImpl prevGetter, RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare, StateMgmtSetting partitionMgmtStateMgmtSettings, StateMgmtSetting scheduleMgmtStateMgmtSettings) RowRecogStateRepoFactory.makeSingle
(RowRecogPreviousStrategyImpl prevGetter, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare, StateMgmtSetting unpartitionedStateMgmtSettings, StateMgmtSetting scheduleMgmtStateMgmtSettings) RowRecogStateRepoFactoryDefault.makeSingle
(RowRecogPreviousStrategyImpl prevGetter, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare, StateMgmtSetting unpartitionedStateMgmtSettings, StateMgmtSetting scheduleMgmtStateMgmtSettings)