|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PollResultIndexingStrategy | |
---|---|
com.espertech.esper.epl.core | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
com.espertech.esper.epl.db | Database SQL polling views and caches |
com.espertech.esper.epl.join | Join process interfaces and glue code |
com.espertech.esper.view | View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. |
Uses of PollResultIndexingStrategy in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core with parameters of type PollResultIndexingStrategy | |
---|---|
EventTable[] |
MethodPollingViewable.poll(EventBean[][] lookupEventsPerStream,
PollResultIndexingStrategy indexingStrategy)
|
Uses of PollResultIndexingStrategy in com.espertech.esper.epl.db |
---|
Methods in com.espertech.esper.epl.db with parameters of type PollResultIndexingStrategy | |
---|---|
EventTable[] |
DatabasePollingViewable.poll(EventBean[][] lookupEventsPerStream,
PollResultIndexingStrategy indexingStrategy)
|
Uses of PollResultIndexingStrategy in com.espertech.esper.epl.join |
---|
Classes in com.espertech.esper.epl.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 com.espertech.esper.epl.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 com.espertech.esper.view |
---|
Methods in com.espertech.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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |