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

Packages that use NamedWindowIndexRepository
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
 

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

Methods in com.espertech.esper.event.vaevent with parameters of type NamedWindowIndexRepository
 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)
           
 void ValueAddEventProcessor.removeOldData(EventBean[] oldData, NamedWindowIndexRepository indexRepository)
          Called each time a data window posts a remove stream event, to indicate that a data window remove an event as it expired according to a specified expiration policy.
 void VAEVariantProcessor.removeOldData(EventBean[] oldData, NamedWindowIndexRepository indexRepository)
           
 void VAERevisionProcessorMerge.removeOldData(EventBean[] oldData, NamedWindowIndexRepository indexRepository)
           
 void VAERevisionProcessorDeclared.removeOldData(EventBean[] oldData, NamedWindowIndexRepository indexRepository)
           
 


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