Package | Description |
---|---|
com.espertech.esper.epl.expression.prev |
'Previous'-group expressions.
|
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
|
Class and Description |
---|
RandomAccessByIndexGetter
Getter that provides an index at runtime.
|
RelativeAccessByEventNIndexGetter
Provides random-access into window contents by event and index as a combination.
|
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.
|
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.
|