Package | Description |
---|---|
com.espertech.esper.view |
View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering.
|
com.espertech.esper.view.window |
Window views are in this package
|
Modifier and Type | Method and Description |
---|---|
static IStreamRelativeAccess |
ViewServiceHelper.getOptPreviousExprRelativeAccess(AgentInstanceViewFactoryChainContext agentInstanceViewFactoryContext) |
Modifier and Type | Method and Description |
---|---|
IStreamRelativeAccess |
RelativeAccessByEventNIndexMap.getAccessor(EventBean theEvent)
Returns the access into window contents given an event.
|
IStreamRelativeAccess |
RelativeAccessByEventNIndexGetter.getAccessor(EventBean theEvent)
Returns the access into window contents given an event.
|
Modifier and Type | Method and Description |
---|---|
void |
RelativeAccessByEventNIndexMap.updated(IStreamRelativeAccess iStreamRelativeAccess,
EventBean[] newData) |
void |
RelativeAccessByEventNIndexGetter.updated(IStreamRelativeAccess iStreamRelativeAccess,
EventBean[] newData) |
void |
IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver.updated(IStreamRelativeAccess iStreamRelativeAccess,
EventBean[] newData)
Callback to indicate an update.
|