Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.state.RowRecogPartitionStateRepo
Packages that use RowRecogPartitionStateRepo
Package
Description
Match-recognize core.
Match-recognize state management.
-
Uses of RowRecogPartitionStateRepo in com.espertech.esper.common.internal.epl.rowrecog.core
Fields in com.espertech.esper.common.internal.epl.rowrecog.core declared as RowRecogPartitionStateRepoModifier and TypeFieldDescriptionprotected RowRecogPartitionStateRepo
RowRecogNFAView.regexPartitionStateRepo
-
Uses of RowRecogPartitionStateRepo in com.espertech.esper.common.internal.epl.rowrecog.state
Classes in com.espertech.esper.common.internal.epl.rowrecog.state that implement RowRecogPartitionStateRepoModifier and TypeClassDescriptionclass
Partition-by implementation for partition state.class
State for when no partitions (single partition) is required.Methods in com.espertech.esper.common.internal.epl.rowrecog.state that return RowRecogPartitionStateRepoModifier 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)