Package com.espertech.esper.epl.join.table

Indexes for views

See:
          Description

Interface Summary
EventTable Table of events allowing add and remove.
EventTableAsSet  
EventTableFactory Table of events allowing add and remove.
 

Class Summary
EventTableAndNamePair  
EventTableOrganization  
EventTableUtil  
HistoricalStreamIndexDesc Descriptor for an index requirement on a historical stream.
HistoricalStreamIndexList Manages index-building and sharing for historical streams by collecting required indexes during the query planning phase, and by providing the right lookup strategy and indexing strategy during query execution node creation.
MultiIndexEventTable An event table for holding multiple tables for use when multiple indexes of the same dataset must be entered into a cache for use in historical data lookup.
PropertyCompositeEventTable For use when the index comprises of either two or more ranges or a unique key in combination with a range.
PropertyCompositeEventTableFactory For use when the index comprises of either two or more ranges or a unique key in combination with a range.
PropertyIndexedEventTable Index that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableCoerceAdd Index that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableCoerceAddFactory Index that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableCoerceAll Index that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableCoerceAllFactory Index that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableFactory Index factory that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableIterator<T> Iterator for use by PropertyIndexedEventTable.
PropertyIndexedEventTableSingle Index that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableSingleArrayFactory Index factory that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableSingleCoerceAdd  
PropertyIndexedEventTableSingleCoerceAddFactory  
PropertyIndexedEventTableSingleCoerceAll  
PropertyIndexedEventTableSingleCoerceAllFactory  
PropertyIndexedEventTableSingleFactory Index factory that organizes events by the event property values into hash buckets.
PropertyIndexedEventTableSingleUnique Unique index.
PropertyIndexedEventTableUnique  
PropertySortedEventTable Index that organizes events by the event property values into a single TreeMap sortable non-nested index with Object keys that store the property values.
PropertySortedEventTableCoerced  
PropertySortedEventTableCoercedFactory  
PropertySortedEventTableFactory Index that organizes events by the event property values into a single TreeMap sortable non-nested index with Object keys that store the property values.
PropertySortedEventTableIterator Iterator for use by PropertySortedEventTable.
SingleReferenceEventTable  
UnindexedEventTable Simple table of events without an index.
UnindexedEventTableFactory Factory for simple table of events without an index.
UnindexedEventTableList Simple table of events without an index, based on a List implementation rather then a set since we know there cannot be duplicates (such as a poll returning individual rows).
 

Enum Summary
EventTableOrganization.EventTableOrganizationType  
 

Package com.espertech.esper.epl.join.table Description

Indexes for views


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