Class RowRecogStatePoolRuntimeSvc
java.lang.Object
com.espertech.esper.common.internal.epl.rowrecog.state.RowRecogStatePoolRuntimeSvc
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionRowRecogStatePoolRuntimeSvc
(long maxPoolCountConfigured, boolean preventStart) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Constructor Details
-
RowRecogStatePoolRuntimeSvc
public RowRecogStatePoolRuntimeSvc(long maxPoolCountConfigured, boolean preventStart)
-
-
Method Details
-
setMatchRecognizeMaxStates
-
addPatternContext
public void addPatternContext(DeploymentIdNamePair statement, RowRecogStatePoolStmtHandler stmtCounts) -
removeStatement
-
tryIncreaseCount
-
decreaseCount
-
decreaseCount
-