Uses of Interface
com.espertech.esper.common.internal.epl.rowrecog.state.RowRecogPartitionState
Package
Description
Match-recognize core.
Match-recognize state management.
-
Uses of RowRecogPartitionState in com.espertech.esper.common.internal.epl.rowrecog.core
Modifier and TypeMethodDescriptionvoid
RowRecogNFAViewServiceVisitor.visitUnpartitioned
(RowRecogPartitionState state) Modifier and TypeMethodDescriptionvoid
RowRecogNFAViewServiceVisitor.visitPartitioned
(Map<Object, RowRecogPartitionState> states) -
Uses of RowRecogPartitionState in com.espertech.esper.common.internal.epl.rowrecog.state
Modifier and TypeClassDescriptionclass
All current state holding partial NFA matches.Modifier 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
Modifier 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)