Package | Description |
---|---|
com.espertech.esper.core.context.stmt |
Registries for context partitions to handle aggregations, prev/prior and subselects.
|
com.espertech.esper.rowregex |
Match-recognize expression tree and state objects.
|
Modifier and Type | Method and Description |
---|---|
RegexPartitionStateRandomAccess |
AIRegistryMatchRecognizePreviousSingle.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
RegexPartitionStateRandomAccess |
AIRegistryMatchRecognizePreviousMultiPerm.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
RegexPartitionStateRandomAccess |
AIRegistryMatchRecognizePreviousMap.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Class and Description |
---|---|
class |
RegexPartitionStateRandomAccessImpl
"Prev" state for random access to event history.
|
Modifier and Type | Method and Description |
---|---|
RegexPartitionStateRandomAccess |
RegexPartitionStateRandomAccessGetter.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
RegexPartitionStateRandomAccess |
RegexExprPreviousEvalStrategy.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
RegexPartitionStateRandomAccess |
RegexPartitionStateRandomAccessGetter.getAccessor()
Returns the index for access.
|
RegexPartitionStateRandomAccess |
RegexPartitionStateImpl.getRandomAccess()
Returns the random access for "prev".
|
RegexPartitionStateRandomAccess |
RegexPartitionState.getRandomAccess() |
Modifier and Type | Method and Description |
---|---|
void |
RegexPartitionStateRandomAccessGetter.setRandomAccess(RegexPartitionStateRandomAccess randomAccess)
Sets the random access.
|
Constructor and Description |
---|
RegexPartitionStateImpl(RegexPartitionStateRandomAccess randomAccess,
Object optionalKeys)
Ctor.
|