Uses of Class
com.espertech.esper.epl.named.NamedWindowRootView

Packages that use NamedWindowRootView
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 NamedWindowRootView in com.espertech.esper.epl.named
 

Fields in com.espertech.esper.epl.named declared as NamedWindowRootView
protected  NamedWindowRootView NamedWindowOnExprBaseView.rootView
          The root view accepting removals (old data).
 

Methods in com.espertech.esper.epl.named that return NamedWindowRootView
 NamedWindowRootView NamedWindowProcessor.getRootView()
          Returns the root view of the named window, hooked into the view chain before the named window's data window views, right after the filter stream that filters for insert-into events.
 

Constructors in com.espertech.esper.epl.named with parameters of type NamedWindowRootView
NamedWindowOnDeleteView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView removeStreamView, StatementResultService statementResultService)
          Ctor.
NamedWindowOnExprBaseView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView rootView)
          Ctor.
NamedWindowOnSelectView(StatementStopService statementStopService, LookupStrategy lookupStrategy, NamedWindowRootView rootView, InternalEventRouter internalEventRouter, ResultSetProcessor resultSetProcessor, EPStatementHandle statementHandle, StatementResultService statementResultService)
          Ctor.
NamedWindowTailView(EventType eventType, NamedWindowService namedWindowService, NamedWindowRootView namedWindowRootView, EPStatementHandle createWindowStmtHandle, StatementResultService statementResultService, ValueAddEventProcessor revisionProcessor)
          Ctor.
 

Uses of NamedWindowRootView in com.espertech.esper.event.vaevent
 

Methods in com.espertech.esper.event.vaevent with parameters of type NamedWindowRootView
 void ValueAddEventProcessor.onUpdate(EventBean[] newData, EventBean[] oldData, NamedWindowRootView namedWindowRootView, NamedWindowIndexRepository 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, NamedWindowRootView namedWindowRootView, NamedWindowIndexRepository indexRepository)
           
 void VAERevisionProcessorMerge.onUpdate(EventBean[] newData, EventBean[] oldData, NamedWindowRootView namedWindowRootView, NamedWindowIndexRepository indexRepository)
           
 void VAERevisionProcessorDeclared.onUpdate(EventBean[] newData, EventBean[] oldData, NamedWindowRootView namedWindowRootView, NamedWindowIndexRepository indexRepository)
           
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com