Package | Description |
---|---|
com.espertech.esper.epl.expression.prior |
'Prior'-group expressions.
|
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 |
---|
ExprPriorEvalStrategyRelativeAccess(RelativeAccessByEventNIndex relativeAccess) |
Modifier and Type | Class and Description |
---|---|
class |
PriorEventBufferMulti
Buffers view-posted insert stream (new data) and remove stream (old data) events for
use with determining prior results in these streams, for multiple different prior events.
|
class |
PriorEventBufferSingle
Buffers view-posted insert stream (new data) and remove stream (old data) events for
use with serving prior results in these streams, for a single prior event.
|
class |
PriorEventViewRelAccess |
Constructor and Description |
---|
PriorEventViewRelAccess(RelativeAccessByEventNIndex buffer,
int relativeIndex)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
IStreamRelativeAccess
Provides relative access to insert stream events for certain window.
|
Modifier and Type | Method and Description |
---|---|
RelativeAccessByEventNIndex |
RelativeAccessByEventNIndexGetterImpl.getAccessor(EventBean theEvent)
Returns the access into window contents given an event.
|
RelativeAccessByEventNIndex |
RelativeAccessByEventNIndexGetter.getAccessor(EventBean theEvent)
Returns the access into window contents given an event.
|
Modifier and Type | Method and Description |
---|---|
void |
RelativeAccessByEventNIndexGetterImpl.updated(RelativeAccessByEventNIndex iStreamRelativeAccess,
EventBean[] newData) |
void |
IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver.updated(RelativeAccessByEventNIndex iStreamRelativeAccess,
EventBean[] newData)
Callback to indicate an update.
|