Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.state.RowRecogPartitionState
Packages that use RowRecogPartitionState
Package
Description
Match-recognize core.
Match-recognize state management.
-
Uses of RowRecogPartitionState in com.espertech.esper.common.internal.epl.rowrecog.core
Methods in com.espertech.esper.common.internal.epl.rowrecog.core with parameters of type RowRecogPartitionStateModifier and TypeMethodDescriptionvoid
RowRecogNFAViewServiceVisitor.visitUnpartitioned
(RowRecogPartitionState state) Method parameters in com.espertech.esper.common.internal.epl.rowrecog.core with type arguments of type RowRecogPartitionStateModifier and TypeMethodDescriptionvoid
RowRecogNFAViewServiceVisitor.visitPartitioned
(Map<Object, RowRecogPartitionState> states) -
Uses of RowRecogPartitionState in com.espertech.esper.common.internal.epl.rowrecog.state
Classes in com.espertech.esper.common.internal.epl.rowrecog.state that implement RowRecogPartitionStateModifier and TypeClassDescriptionclass
All current state holding partial NFA matches.Methods in com.espertech.esper.common.internal.epl.rowrecog.state that return RowRecogPartitionStateModifier and TypeMethodDescriptionReturn state for event or create state if not found.Return state for key or create state if not found. -
Uses of RowRecogPartitionState in com.espertech.esper.common.internal.metrics.instrumentation
Methods in com.espertech.esper.common.internal.metrics.instrumentation with parameters of type RowRecogPartitionStateModifier and TypeMethodDescriptionvoid
InstrumentationCommon.aRegEx
(RowRecogPartitionState partitionState, List<RowRecogNFAStateEntry> endStates, List<RowRecogNFAStateEntry> terminationStates) void
InstrumentationCommonDefault.aRegEx
(RowRecogPartitionState partitionState, List<RowRecogNFAStateEntry> endStates, List<RowRecogNFAStateEntry> terminationStates) void
InstrumentationCommon.aRegExPartition
(boolean exists, Object partitionKey, RowRecogPartitionState state) void
InstrumentationCommonDefault.aRegExPartition
(boolean exists, Object partitionKey, RowRecogPartitionState state) void
InstrumentationCommon.qRegEx
(EventBean newEvent, RowRecogPartitionState partitionState) void
InstrumentationCommonDefault.qRegEx
(EventBean newEvent, RowRecogPartitionState partitionState)