Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.state.RowRecogStateRandomAccess
Packages that use RowRecogStateRandomAccess
Package
Description
Match-recognize core.
Match-recognize state management.
-
Uses of RowRecogStateRandomAccess in com.espertech.esper.common.internal.context.airegistry
Methods in com.espertech.esper.common.internal.context.airegistry that return RowRecogStateRandomAccessModifier 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
Methods in com.espertech.esper.common.internal.epl.rowrecog.core that return RowRecogStateRandomAccessModifier and TypeMethodDescriptionRowRecogPreviousStrategy.getAccess
(ExprEvaluatorContext exprEvaluatorContext) RowRecogPreviousStrategyImpl.getAccess
(ExprEvaluatorContext exprEvaluatorContext) RowRecogPreviousStrategyImpl.getAccessor()
Returns the index for access.Methods in com.espertech.esper.common.internal.epl.rowrecog.core with parameters of type RowRecogStateRandomAccessModifier and TypeMethodDescriptionvoid
RowRecogPreviousStrategyImpl.setRandomAccess
(RowRecogStateRandomAccess randomAccess) Sets the random access. -
Uses of RowRecogStateRandomAccess in com.espertech.esper.common.internal.epl.rowrecog.state
Classes in com.espertech.esper.common.internal.epl.rowrecog.state that implement RowRecogStateRandomAccessModifier and TypeClassDescriptionclass
"Prev" state for random access to event history.Methods in com.espertech.esper.common.internal.epl.rowrecog.state that return RowRecogStateRandomAccessModifier and TypeMethodDescriptionRowRecogPartitionState.getRandomAccess()
RowRecogPartitionStateImpl.getRandomAccess()
Returns the random access for "prev".Constructors in com.espertech.esper.common.internal.epl.rowrecog.state with parameters of type RowRecogStateRandomAccessModifierConstructorDescriptionRowRecogPartitionStateImpl
(RowRecogStateRandomAccess randomAccess, Object optionalKeys) Ctor.