Uses of Class
com.espertech.esper.epl.lookup.EventTableIndexRepository

Packages that use EventTableIndexRepository
com.espertech.esper.epl.fafquery Fire-and-forget query execution planning. 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.named Named window classes are in this package 
com.espertech.esper.epl.table.mgmt Table-related services and metadata. 
com.espertech.esper.event.vaevent Value added events are revision events and variant events. 
 

Uses of EventTableIndexRepository in com.espertech.esper.epl.fafquery
 

Methods in com.espertech.esper.epl.fafquery with parameters of type EventTableIndexRepository
static java.util.Collection<EventBean> FireAndForgetQueryExec.snapshot(FilterSpecCompiled optionalFilter, java.lang.annotation.Annotation[] annotations, VirtualDWView virtualDataWindow, EventTableIndexRepository indexRepository, boolean queryPlanLogging, org.apache.commons.logging.Log queryPlanLogDestination, java.lang.String objectName, AgentInstanceContext agentInstanceContext)
           
 

Uses of EventTableIndexRepository in com.espertech.esper.epl.lookup
 

Methods in com.espertech.esper.epl.lookup with parameters of type EventTableIndexRepository
static EventTable[] SubordinateQueryPlannerUtil.realizeTables(SubordinateQueryIndexDesc[] indexDescriptors, EventType eventType, EventTableIndexRepository indexRepository, java.lang.Iterable<EventBean> contents, AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
           
 

Uses of EventTableIndexRepository in com.espertech.esper.epl.named
 

Methods in com.espertech.esper.epl.named that return EventTableIndexRepository
 EventTableIndexRepository NamedWindowRootViewInstance.getIndexRepository()
           
 

Uses of EventTableIndexRepository in com.espertech.esper.epl.table.mgmt
 

Fields in com.espertech.esper.epl.table.mgmt declared as EventTableIndexRepository
protected  EventTableIndexRepository TableStateInstance.indexRepository
           
 

Methods in com.espertech.esper.epl.table.mgmt that return EventTableIndexRepository
 EventTableIndexRepository TableStateInstanceGroupedImpl.getIndexRepository()
           
 EventTableIndexRepository TableStateInstanceGrouped.getIndexRepository()
           
 EventTableIndexRepository TableStateInstance.getIndexRepository()
           
 

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

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


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com