public class RowRecogStateRepoFactoryDefault extends Object implements RowRecogStateRepoFactory
Modifier and Type | Field and Description |
---|---|
static RowRecogStateRepoFactoryDefault |
INSTANCE |
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) |
public static final RowRecogStateRepoFactoryDefault INSTANCE
public RowRecogPartitionStateRepo makeSingle(RowRecogPreviousStrategyImpl prevGetter, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare, StateMgmtSetting unpartitionedStateMgmtSettings, StateMgmtSetting scheduleMgmtStateMgmtSettings)
makeSingle
in interface RowRecogStateRepoFactory
public RowRecogPartitionStateRepo makePartitioned(RowRecogPreviousStrategyImpl prevGetter, RowRecogPartitionStateRepoGroupMeta stateRepoGroupMeta, AgentInstanceContext agentInstanceContext, RowRecogNFAView view, boolean keepScheduleState, RowRecogPartitionTerminationStateComparator terminationStateCompare, StateMgmtSetting partitionMgmtStateMgmtSettings, StateMgmtSetting scheduleMgmtStateMgmtSettings)
makePartitioned
in interface RowRecogStateRepoFactory
Copyright © 2005–2021. All rights reserved.