Uses of Class
com.espertech.esper.epl.join.table.PropertyIndexedEventTable

Packages that use PropertyIndexedEventTable
com.espertech.esper.epl.join.exec Inner join execution 
com.espertech.esper.epl.join.table Indexes for views 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.named Named window classes are in this package 
 

Uses of PropertyIndexedEventTable in com.espertech.esper.epl.join.exec
 

Methods in com.espertech.esper.epl.join.exec that return PropertyIndexedEventTable
 PropertyIndexedEventTable IndexedTableLookupStrategy.getIndex()
          Returns index to look up in.
 

Constructors in com.espertech.esper.epl.join.exec with parameters of type PropertyIndexedEventTable
IndexedTableLookupStrategy(EventType eventType, String[] properties, PropertyIndexedEventTable index)
          Ctor.
 

Uses of PropertyIndexedEventTable in com.espertech.esper.epl.join.table
 

Subclasses of PropertyIndexedEventTable in com.espertech.esper.epl.join.table
 class PropertyIndTableCoerceAdd
          Index that organizes events by the event property values into hash buckets.
 class PropertyIndTableCoerceAll
          Index that organizes events by the event property values into hash buckets.
 

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

Fields in com.espertech.esper.epl.lookup declared as PropertyIndexedEventTable
protected  PropertyIndexedEventTable IndexedTableLookupStrategy.index
          Index to look up in.
 

Methods in com.espertech.esper.epl.lookup that return PropertyIndexedEventTable
 PropertyIndexedEventTable IndexedTableLookupStrategy.getIndex()
          Returns index to look up in.
 

Constructors in com.espertech.esper.epl.lookup with parameters of type PropertyIndexedEventTable
IndexedTableLookupStrategy(EventType[] eventTypes, int[] streamNumbers, String[] properties, PropertyIndexedEventTable index)
          Ctor.
IndexedTableLookupStrategyCoercing(EventType[] eventTypes, int[] streamNumbers, String[] properties, PropertyIndexedEventTable index, Class[] coercionTypes)
          Ctor.
 

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

Methods in com.espertech.esper.epl.named that return PropertyIndexedEventTable
 PropertyIndexedEventTable NamedWindowIndexRepository.addTable(JoinedPropDesc[] joinedPropDesc, Iterable<EventBean> prefilledEvents, EventType indexedType, boolean mustCoerce)
          Create a new index table or use an existing index table, by matching the join descriptor properties to an existing table.
 


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