Package | Description |
---|---|
com.espertech.esper.epl.expression.prior |
'Prior'-group expressions.
|
com.espertech.esper.view.ext |
Extension views that providing services such as sorting, which don't fit much into other categories.
|
com.espertech.esper.view.internal |
Internal management views for buffering view results and providing these to joins.
|
com.espertech.esper.view.window |
Window views are in this package
|
Constructor and Description |
---|
ExprPriorEvalStrategyRandomAccess(RandomAccessByIndex randomAccess) |
Modifier and Type | Interface and Description |
---|---|
interface |
IStreamSortRankRandomAccess
Provides random access into a rank-window's data.
|
Modifier and Type | Class and Description |
---|---|
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.
|
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.
|
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) |