|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.hook.ConditionMatchRecognizeStatesMax
public class ConditionMatchRecognizeStatesMax
Indicates that on the engine level the match-recognize has reached the configured engine-wide limit at runtime.
Constructor Summary | |
---|---|
ConditionMatchRecognizeStatesMax(long max,
java.util.Map<java.lang.String,java.lang.Long> counts)
Ctor. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Long> |
getCounts()
Returns the per-statement count. |
long |
getMax()
Returns the limit reached. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConditionMatchRecognizeStatesMax(long max, java.util.Map<java.lang.String,java.lang.Long> counts)
max
- limit reachedcounts
- the number of state counts per statementMethod Detail |
---|
public long getMax()
public java.util.Map<java.lang.String,java.lang.Long> getCounts()
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |