Package | Description |
---|---|
com.espertech.esper.epl.expression |
This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses
|
com.espertech.esper.view |
View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering.
|
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
|
Class and Description |
---|
RandomAccessByIndex
Random access interface to insert stream and remove stream data based on an index.
|
RandomAccessByIndexGetter
Getter that provides an index at runtime.
|
RelativeAccessByEventNIndex
Provides access to prior events given an event from which to count back, and an index to look at.
|
RelativeAccessByEventNIndexMap
Provides random-access into window contents by event and index as a combination.
|
Class and Description |
---|
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.
|
IStreamRelativeAccess
Provides relative access to insert stream events for certain window.
|
Class and Description |
---|
RandomAccessByIndex
Random access interface to insert stream and remove stream data based on an index.
|
RandomAccessByIndexObserver
For indicating that the collection has been updated.
|
Class and Description |
---|
RandomAccessByIndex
Random access interface to insert stream and remove stream data based on an index.
|
RelativeAccessByEventNIndex
Provides access to prior events given an event from which to count back, and an index to look at.
|