public class RowRecogStatePoolRuntimeSvc extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RowRecogStatePoolRuntimeSvc.StatementEntry |
Constructor and Description |
---|
RowRecogStatePoolRuntimeSvc(long maxPoolCountConfigured,
boolean preventStart) |
Modifier and Type | Method and Description |
---|---|
void |
addPatternContext(DeploymentIdNamePair statement,
RowRecogStatePoolStmtHandler stmtCounts) |
void |
decreaseCount(AgentInstanceContext agentInstanceContext) |
void |
decreaseCount(AgentInstanceContext agentInstanceContext,
int numRemoved) |
void |
removeStatement(DeploymentIdNamePair statement) |
void |
setMatchRecognizeMaxStates(Long maxStates) |
boolean |
tryIncreaseCount(AgentInstanceContext agentInstanceContext) |
public RowRecogStatePoolRuntimeSvc(long maxPoolCountConfigured, boolean preventStart)
public void setMatchRecognizeMaxStates(Long maxStates)
public void addPatternContext(DeploymentIdNamePair statement, RowRecogStatePoolStmtHandler stmtCounts)
public void removeStatement(DeploymentIdNamePair statement)
public boolean tryIncreaseCount(AgentInstanceContext agentInstanceContext)
public void decreaseCount(AgentInstanceContext agentInstanceContext)
public void decreaseCount(AgentInstanceContext agentInstanceContext, int numRemoved)
Copyright © 2005–2018. All rights reserved.