Uses of Interface
net.esper.view.HistoricalEventViewable

Packages that use HistoricalEventViewable
net.esper.eql.db Database SQL polling views and caches 
net.esper.eql.join Join process interfaces and glue code 
 

Uses of HistoricalEventViewable in net.esper.eql.db
 

Classes in net.esper.eql.db that implement HistoricalEventViewable
 class PollingViewable
          Implements a poller viewable that uses a polling strategy, a cache and some input parameters extracted from event streams to perform the polling.
 

Methods in net.esper.eql.db that return HistoricalEventViewable
static HistoricalEventViewable PollingViewableFactory.createDBStatementView(int streamNumber, DBStatementStreamSpec databaseStreamSpec, DatabaseConfigService databaseConfigService, EventAdapterService eventAdapterService)
          Creates the viewable for polling via database SQL query.
 

Uses of HistoricalEventViewable in net.esper.eql.join
 

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