public interface RowRecogStateRepoFactory
Modifier and Type | Method and Description |
---|---|
RowRecogPartitionStateRepo |
makePartitioned(RowRecogPreviousStrategyImpl prevGetter,
RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta,
AgentInstanceContext agentInstanceContext,
RowRecogNFAView view,
boolean keepScheduleState,
RowRecogPartitionTerminationStateComparator terminationStateCompare,
StateMgmtSetting partitionMgmtStateMgmtSettings,
StateMgmtSetting scheduleMgmtStateMgmtSettings) |
RowRecogPartitionStateRepo |
makeSingle(RowRecogPreviousStrategyImpl prevGetter,
AgentInstanceContext agentInstanceContext,
RowRecogNFAView view,
boolean keepScheduleState,
RowRecogPartitionTerminationStateComparator terminationStateCompare,
StateMgmtSetting unpartitionedStateMgmtSettings,
StateMgmtSetting scheduleMgmtStateMgmtSettings) |
RowRecogPartitionStateRepo makeSingle(RowRecogPreviousStrategyImpl prevGetter, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare, StateMgmtSetting unpartitionedStateMgmtSettings, StateMgmtSetting scheduleMgmtStateMgmtSettings)
RowRecogPartitionStateRepo makePartitioned(RowRecogPreviousStrategyImpl prevGetter, RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare, StateMgmtSetting partitionMgmtStateMgmtSettings, StateMgmtSetting scheduleMgmtStateMgmtSettings)
Copyright © 2005–2021. All rights reserved.