|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.rowregex.RegexPartitionStateRandomAccessGetter
public class RegexPartitionStateRandomAccessGetter
Getter that provides an index at runtime.
Constructor Summary | |
---|---|
RegexPartitionStateRandomAccessGetter(int[] randomAccessIndexesRequested,
boolean isUnbound)
Ctor. |
Method Summary | |
---|---|
RegexPartitionStateRandomAccess |
getAccess(ExprEvaluatorContext exprEvaluatorContext)
|
RegexPartitionStateRandomAccess |
getAccessor()
Returns the index for access. |
int[] |
getIndexesRequested()
Returns indexs. |
int |
getIndexesRequestedLen()
Returns length of indexes. |
int |
getMaxPriorIndex()
Returns max index. |
boolean |
isUnbound()
Returns true for unbound. |
void |
setRandomAccess(RegexPartitionStateRandomAccess randomAccess)
Sets the random access. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexPartitionStateRandomAccessGetter(int[] randomAccessIndexesRequested, boolean isUnbound)
randomAccessIndexesRequested
- requested indexesisUnbound
- true if unboundMethod Detail |
---|
public RegexPartitionStateRandomAccess getAccess(ExprEvaluatorContext exprEvaluatorContext)
getAccess
in interface RegexExprPreviousEvalStrategy
public int getMaxPriorIndex()
public int[] getIndexesRequested()
public int getIndexesRequestedLen()
public boolean isUnbound()
public RegexPartitionStateRandomAccess getAccessor()
public void setRandomAccess(RegexPartitionStateRandomAccess randomAccess)
randomAccess
- to use
|
© 2006-2015 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 |