Uses of Interface
net.esper.eql.join.PollResultIndexingStrategy

Packages that use PollResultIndexingStrategy
net.esper.eql.core Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
net.esper.eql.db Database SQL polling views and caches 
net.esper.eql.join Join process interfaces and glue code 
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of PollResultIndexingStrategy in net.esper.eql.core
 

Methods in net.esper.eql.core with parameters of type PollResultIndexingStrategy
 EventTable[] MethodPollingViewable.poll(EventBean[][] lookupEventsPerStream, PollResultIndexingStrategy indexingStrategy)
           
 

Uses of PollResultIndexingStrategy in net.esper.eql.db
 

Methods in net.esper.eql.db with parameters of type PollResultIndexingStrategy
 EventTable[] DatabasePollingViewable.poll(EventBean[][] lookupEventsPerStream, PollResultIndexingStrategy indexingStrategy)
           
 

Uses of PollResultIndexingStrategy in net.esper.eql.join
 

Classes in net.esper.eql.join that implement PollResultIndexingStrategy
 class PollResultIndexingStrategyIndex
          Strategy for building an index out of poll-results knowing the properties to base the index on.
 class PollResultIndexingStrategyIndexCoerce
          Strategy for building an index out of poll-results knowing the properties to base the index on, and their coercion types.
 class PollResultIndexingStrategyNoIndex
          Strategy of indexing that simply builds an unindexed table of poll results.
 

Constructors in net.esper.eql.join with parameters of type PollResultIndexingStrategy
HistoricalDataQueryStrategy(int myStreamNumber, int historicalStreamNumber, HistoricalEventViewable historicalEventViewable, boolean isOuterJoin, ExprEqualsNode outerJoinCompareNode, HistoricalIndexLookupStrategy indexLookupStrategy, PollResultIndexingStrategy pollResultIndexingStrategy)
          Ctor.
 

Uses of PollResultIndexingStrategy in net.esper.view
 

Methods in net.esper.view with parameters of type PollResultIndexingStrategy
 EventTable[] HistoricalEventViewable.poll(EventBean[][] lookupEventsPerStream, PollResultIndexingStrategy indexingStrategy)
          Poll for stored historical or reference data using events per stream and returing for each event-per-stream row a separate list with events representing the poll result.
 


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