Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.state.RowRecogStateRandomAccess
Package
Description
Match-recognize core.
Match-recognize state management.
-
Uses of RowRecogStateRandomAccess in com.espertech.esper.common.internal.context.airegistry
Modifier and TypeMethodDescriptionAIRegistryRowRecogPreviousStrategyMap.getAccess
(ExprEvaluatorContext exprEvaluatorContext) AIRegistryRowRecogPreviousStrategyMultiPerm.getAccess
(ExprEvaluatorContext exprEvaluatorContext) AIRegistryRowRecogPreviousStrategySingle.getAccess
(ExprEvaluatorContext exprEvaluatorContext) -
Uses of RowRecogStateRandomAccess in com.espertech.esper.common.internal.epl.rowrecog.core
Modifier and TypeMethodDescriptionRowRecogPreviousStrategy.getAccess
(ExprEvaluatorContext exprEvaluatorContext) RowRecogPreviousStrategyImpl.getAccess
(ExprEvaluatorContext exprEvaluatorContext) RowRecogPreviousStrategyImpl.getAccessor()
Returns the index for access.Modifier and TypeMethodDescriptionvoid
RowRecogPreviousStrategyImpl.setRandomAccess
(RowRecogStateRandomAccess randomAccess) Sets the random access. -
Uses of RowRecogStateRandomAccess in com.espertech.esper.common.internal.epl.rowrecog.state
Modifier and TypeClassDescriptionclass
"Prev" state for random access to event history.Modifier and TypeMethodDescriptionRowRecogPartitionState.getRandomAccess()
RowRecogPartitionStateImpl.getRandomAccess()
Returns the random access for "prev".ModifierConstructorDescriptionRowRecogPartitionStateImpl
(RowRecogStateRandomAccess randomAccess, Object optionalKeys) Ctor.