Package | Description |
---|---|
com.espertech.esper.common.internal.epl.expression.prior |
'Prior'-group indexExpressionTexts.
|
com.espertech.esper.common.internal.view.access | |
com.espertech.esper.common.internal.view.previous | |
com.espertech.esper.common.internal.view.prior |
Constructor and Description |
---|
ExprPriorEvalStrategyRandomAccess(RandomAccessByIndex randomAccess) |
Modifier and Type | Method and Description |
---|---|
RandomAccessByIndex |
RandomAccessByIndexGetter.getAccessor()
Returns the index for access.
|
Modifier and Type | Method and Description |
---|---|
void |
RandomAccessByIndexObserver.updated(RandomAccessByIndex randomAccessByIndex)
Callback to indicate an update
|
void |
RandomAccessByIndexGetter.updated(RandomAccessByIndex randomAccessByIndex) |
Modifier and Type | Interface and Description |
---|---|
interface |
IStreamSortRankRandomAccess
Provides random access into a rank-window's data.
|
Modifier and Type | Class and Description |
---|---|
class |
IStreamRandomAccess
For use with length and time window views that must provide random access into data window contents
provided for the "previous" expression if used.
|
class |
IStreamSortRankRandomAccessImpl
Provides random access into a rank-window's data.
|
Modifier and Type | Class and Description |
---|---|
class |
PriorEventBufferUnbound
Buffer class for insert stream events only for use with unbound streams that inserts data only, to serve
up one or more prior events in the insert stream based on an index.
|
Copyright © 2005–2018. All rights reserved.