Package | Description |
---|---|
com.espertech.esper.common.internal.context.airegistry | |
com.espertech.esper.common.internal.epl.rowrecog.core |
Match-recognize core.
|
com.espertech.esper.common.internal.epl.rowrecog.state |
Match-recognize state management.
|
Modifier and Type | Method and Description |
---|---|
RowRecogStateRandomAccess |
AIRegistryRowRecogPreviousStrategySingle.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
RowRecogStateRandomAccess |
AIRegistryRowRecogPreviousStrategyMultiPerm.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
RowRecogStateRandomAccess |
AIRegistryRowRecogPreviousStrategyMap.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
RowRecogStateRandomAccess |
RowRecogPreviousStrategyImpl.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
RowRecogStateRandomAccess |
RowRecogPreviousStrategy.getAccess(ExprEvaluatorContext exprEvaluatorContext) |
RowRecogStateRandomAccess |
RowRecogPreviousStrategyImpl.getAccessor()
Returns the index for access.
|
Modifier and Type | Method and Description |
---|---|
void |
RowRecogPreviousStrategyImpl.setRandomAccess(RowRecogStateRandomAccess randomAccess)
Sets the random access.
|
Modifier and Type | Class and Description |
---|---|
class |
RowRecogStateRandomAccessImpl
"Prev" state for random access to event history.
|
Modifier and Type | Method and Description |
---|---|
RowRecogStateRandomAccess |
RowRecogPartitionStateImpl.getRandomAccess()
Returns the random access for "prev".
|
RowRecogStateRandomAccess |
RowRecogPartitionState.getRandomAccess() |
Constructor and Description |
---|
RowRecogPartitionStateImpl(RowRecogStateRandomAccess randomAccess,
Object optionalKeys)
Ctor.
|
Copyright © 2005–2018. All rights reserved.