|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedWindowRootViewInstance | |
---|---|
com.espertech.esper.epl.named | Named window classes are in this package |
com.espertech.esper.event.vaevent | Value added events are revision events and variant events. |
Uses of NamedWindowRootViewInstance in com.espertech.esper.epl.named |
---|
Fields in com.espertech.esper.epl.named declared as NamedWindowRootViewInstance | |
---|---|
protected NamedWindowRootViewInstance |
NamedWindowOnExprBaseView.rootView
The root view accepting removals (old data). |
Methods in com.espertech.esper.epl.named that return NamedWindowRootViewInstance | |
---|---|
NamedWindowRootViewInstance |
NamedWindowProcessorInstance.getRootViewInstance()
|
Uses of NamedWindowRootViewInstance in com.espertech.esper.event.vaevent |
---|
Methods in com.espertech.esper.event.vaevent with parameters of type NamedWindowRootViewInstance | |
---|---|
void |
ValueAddEventProcessor.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
EventTableIndexRepository indexRepository)
Upon new events arriving into a named window (new data), and upon events being deleted via on-delete (old data), update child views of the root view and apply to index repository as required (fast deletion). |
void |
VAEVariantProcessor.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
EventTableIndexRepository indexRepository)
|
void |
VAERevisionProcessorMerge.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
EventTableIndexRepository indexRepository)
|
void |
VAERevisionProcessorDeclared.onUpdate(EventBean[] newData,
EventBean[] oldData,
NamedWindowRootViewInstance namedWindowRootView,
EventTableIndexRepository indexRepository)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |