Package | Description |
---|---|
com.espertech.esper.common.internal.epl.rowrecog.core |
Match-recognize core.
|
com.espertech.esper.common.internal.epl.rowrecog.state |
Match-recognize state management.
|
com.espertech.esper.common.internal.metrics.instrumentation |
Modifier and Type | Method and Description |
---|---|
void |
RowRecogNFAViewServiceVisitor.visitUnpartitioned(RowRecogPartitionState state) |
Modifier and Type | Method and Description |
---|---|
void |
RowRecogNFAViewServiceVisitor.visitPartitioned(Map<Object,RowRecogPartitionState> states) |
Modifier and Type | Class and Description |
---|---|
class |
RowRecogPartitionStateImpl
All current state holding partial NFA matches.
|
Modifier and Type | Method and Description |
---|---|
RowRecogPartitionState |
RowRecogPartitionStateRepoNoGroup.getState(EventBean theEvent,
boolean collect) |
RowRecogPartitionState |
RowRecogPartitionStateRepo.getState(EventBean theEvent,
boolean isCollect)
Return state for event or create state if not found.
|
RowRecogPartitionState |
RowRecogPartitionStateRepoNoGroup.getState(Object key) |
RowRecogPartitionState |
RowRecogPartitionStateRepoGroup.getState(Object key) |
RowRecogPartitionState |
RowRecogPartitionStateRepo.getState(Object key)
Return state for key or create state if not found.
|
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationCommonDefault.aRegEx(RowRecogPartitionState partitionState,
List<RowRecogNFAStateEntry> endStates,
List<RowRecogNFAStateEntry> terminationStates) |
void |
InstrumentationCommon.aRegEx(RowRecogPartitionState partitionState,
List<RowRecogNFAStateEntry> endStates,
List<RowRecogNFAStateEntry> terminationStates) |
void |
InstrumentationCommonDefault.aRegExPartition(boolean exists,
Object partitionKey,
RowRecogPartitionState state) |
void |
InstrumentationCommon.aRegExPartition(boolean exists,
Object partitionKey,
RowRecogPartitionState state) |
void |
InstrumentationCommonDefault.qRegEx(EventBean newEvent,
RowRecogPartitionState partitionState) |
void |
InstrumentationCommon.qRegEx(EventBean newEvent,
RowRecogPartitionState partitionState) |
Copyright © 2005–2018. All rights reserved.