Uses of Interface
com.espertech.esper.epl.join.table.EventTableFactory

Packages that use EventTableFactory
com.espertech.esper.core.context.subselect Subselect implementation. 
com.espertech.esper.epl.join.table Indexes for views 
 

Uses of EventTableFactory in com.espertech.esper.core.context.subselect
 

Constructor parameters in com.espertech.esper.core.context.subselect with type arguments of type EventTableFactory
SubSelectStrategyFactoryLocalViewPreloaded(int subqueryNumber, SubSelectActivationHolder subSelectHolder, Pair<EventTableFactory,SubordTableLookupStrategyFactory> pair, ExprNode filterExprNode, ExprEvaluator filterExprEval, boolean correlatedSubquery, AggregationServiceFactoryDesc aggregationServiceFactory, ViewResourceDelegateVerified viewResourceDelegate, ExprEvaluator[] groupKeys)
           
 

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

Classes in com.espertech.esper.epl.join.table that implement EventTableFactory
 class PropertyCompositeEventTableFactory
          For use when the index comprises of either two or more ranges or a unique key in combination with a range.
 class PropertyIndexedEventTableCoerceAddFactory
          Index that organizes events by the event property values into hash buckets.
 class PropertyIndexedEventTableCoerceAllFactory
          Index that organizes events by the event property values into hash buckets.
 class PropertyIndexedEventTableFactory
          Index factory that organizes events by the event property values into hash buckets.
 class PropertyIndexedEventTableSingleArrayFactory
          Index factory that organizes events by the event property values into hash buckets.
 class PropertyIndexedEventTableSingleCoerceAddFactory
           
 class PropertyIndexedEventTableSingleCoerceAllFactory
           
 class PropertyIndexedEventTableSingleFactory
          Index factory that organizes events by the event property values into hash buckets.
 class PropertySortedEventTableCoercedFactory
           
 class 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.
 class UnindexedEventTableFactory
          Factory for simple table of events without an index.
 


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