Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
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.index.quadtree |
Quad-tree indexes
|
com.espertech.esper.epl.index.service |
Advanced index provisioning
|
com.espertech.esper.epl.join.base |
Join process interfaces and glue code
|
com.espertech.esper.epl.join.plan |
Inner join and outer join query planning
|
com.espertech.esper.epl.join.pollindex |
Poll result indexing strategies.
|
com.espertech.esper.epl.join.table |
Indexes for views
|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
com.espertech.esper.epl.subquery |
Subquery helper classes are found here.
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
com.espertech.esper.metrics.instrumentation |
EPL instrumentation helpers.
|
com.espertech.esper.view |
View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstancePostLoadIndexVisitor.visit(EventTable index) |
void |
StatementAgentInstancePostLoadIndexVisitor.visit(EventTable[][] repositories) |
Modifier and Type | Method and Description |
---|---|
void |
StatementAgentInstancePostLoadIndexVisitor.visit(List<EventTable> tables) |
Modifier and Type | Method and Description |
---|---|
EventTable[][] |
MethodPollingViewable.poll(EventBean[][] lookupEventsPerStream,
PollResultIndexingStrategy indexingStrategy,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
EventTable[] |
DataCacheNullImpl.getCached(Object[] methodParams,
int numLookupKeys) |
EventTable[] |
DataCacheLRUImpl.getCached(Object[] methodParams,
int numInputParameters)
Retrieves an entry from the cache.
|
EventTable[] |
DataCacheExpiringImpl.getCached(Object[] methodParams,
int numLookupKeys) |
EventTable[] |
DataCacheClearableMap.getCached(Object[] methodParams,
int numLookupKeys) |
EventTable[] |
DataCache.getCached(Object[] methodParams,
int numLookupKeys)
Ask the cache if the keyed value is cached, returning a list or rows if the key is in the cache,
or returning null to indicate no such key cached.
|
EventTable[][] |
DatabasePollingViewable.poll(EventBean[][] lookupEventsPerStream,
PollResultIndexingStrategy indexingStrategy,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Method and Description |
---|---|
void |
DataCacheNullImpl.put(Object[] methodParams,
int numLookupKeys,
EventTable[] rows) |
void |
DataCacheLRUImpl.put(Object[] methodParams,
int numLookupKeys,
EventTable[] rows)
Adds an entry to this cache.
|
void |
DataCacheExpiringImpl.put(Object[] methodParams,
int numLookupKeys,
EventTable[] rows) |
void |
DataCacheClearableMap.put(Object[] methodParams,
int numLookupKeys,
EventTable[] rows) |
void |
DataCache.put(Object[] methodParams,
int numLookupKeys,
EventTable[] rows)
Puts into the cache a key and a list of rows, or an empty list if zero rows.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventTableQuadTree |
Modifier and Type | Class and Description |
---|---|
class |
EventTableQuadTreeMXCIFImpl |
class |
EventTableQuadTreePointRegionImpl |
Modifier and Type | Method and Description |
---|---|
EventTable |
EventAdvancedIndexFactoryQuadTreePointRegion.make(EventAdvancedIndexConfigStatement configStatement,
AdvancedIndexConfigContextPartition configCP,
EventTableOrganization organization) |
EventTable |
EventAdvancedIndexFactoryQuadTreeMXCIF.make(EventAdvancedIndexConfigStatement configStatement,
AdvancedIndexConfigContextPartition configCP,
EventTableOrganization organization) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
SubordTableLookupStrategyFactoryQuadTree.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
Modifier and Type | Method and Description |
---|---|
EventTable[] |
EventTableFactoryCustomIndex.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
Modifier and Type | Field and Description |
---|---|
protected EventTable[][] |
JoinSetComposerImpl.repositories |
Modifier and Type | Method and Description |
---|---|
protected EventTable[][] |
JoinSetComposerImpl.getTables()
Returns tables.
|
protected EventTable[][] |
JoinSetComposerHistoricalImpl.getTables()
Returns tables.
|
static EventTable[][] |
JoinSetComposerUtil.toArray(Map<TableLookupIndexReqKey,EventTable>[] repositories) |
static EventTable[][] |
JoinSetComposerUtil.toArray(Map<TableLookupIndexReqKey,EventTable>[] repositories,
int length) |
Modifier and Type | Method and Description |
---|---|
Iterator<EventBean> |
HistoricalIndexLookupStrategySorted.lookup(EventBean lookupEvent,
EventTable[] indexTable,
ExprEvaluatorContext context) |
Iterator<EventBean> |
HistoricalIndexLookupStrategyNoIndex.lookup(EventBean lookupEvent,
EventTable[] index,
ExprEvaluatorContext context) |
Iterator<EventBean> |
HistoricalIndexLookupStrategyInKeywordSingle.lookup(EventBean lookupEvent,
EventTable[] indexTable,
ExprEvaluatorContext exprEvaluatorContext) |
Iterator<EventBean> |
HistoricalIndexLookupStrategyInKeywordMulti.lookup(EventBean lookupEvent,
EventTable[] indexTable,
ExprEvaluatorContext exprEvaluatorContext) |
Iterator<EventBean> |
HistoricalIndexLookupStrategyIndexSingle.lookup(EventBean lookupEvent,
EventTable[] indexTable,
ExprEvaluatorContext exprEvaluatorContext) |
Iterator<EventBean> |
HistoricalIndexLookupStrategyIndex.lookup(EventBean lookupEvent,
EventTable[] indexTable,
ExprEvaluatorContext exprEvaluatorContext) |
Iterator<EventBean> |
HistoricalIndexLookupStrategyComposite.lookup(EventBean lookupEvent,
EventTable[] indexTable,
ExprEvaluatorContext context) |
Iterator<EventBean> |
HistoricalIndexLookupStrategy.lookup(EventBean lookupEvent,
EventTable[] index,
ExprEvaluatorContext context)
Look up into the index, potentially using some of the properties in the lookup event,
returning a partial or full result in respect to the index.
|
Modifier and Type | Method and Description |
---|---|
abstract JoinExecTableLookupStrategy |
TableLookupPlan.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
SortedTableLookupPlan.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
InKeywordTableLookupPlanSingleIdx.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
InKeywordTableLookupPlanMultiIdx.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
IndexedTableLookupPlanSingle.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
IndexedTableLookupPlanMulti.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
FullTableScanUniquePerKeyLookupPlan.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
FullTableScanLookupPlan.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
CompositeTableLookupPlan.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
static Set<EventBean> |
InKeywordTableLookupUtil.multiIndexLookup(ExprEvaluator evaluator,
EventBean[] eventsPerStream,
ExprEvaluatorContext exprEvaluatorContext,
EventTable[] indexes) |
Modifier and Type | Method and Description |
---|---|
EventTable[] |
PollResultIndexingStrategySorted.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext) |
EventTable[] |
PollResultIndexingStrategyNoIndex.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext) |
EventTable[] |
PollResultIndexingStrategyIndexSingleArray.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext) |
EventTable[] |
PollResultIndexingStrategyIndexSingle.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext) |
EventTable[] |
PollResultIndexingStrategyIndexCoerceSingle.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext) |
EventTable[] |
PollResultIndexingStrategyIndexCoerce.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext) |
EventTable[] |
PollResultIndexingStrategyIndex.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext) |
EventTable[] |
PollResultIndexingStrategyComposite.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext) |
EventTable[] |
PollResultIndexingStrategy.index(List<EventBean> pollResult,
boolean isActiveCache,
StatementContext statementContext)
Build and index of a poll result.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventTableAsSet |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
PropertyCompositeEventTable |
class |
PropertyCompositeEventTableImpl
For use when the index comprises of either two or more ranges or a unique key in combination with a range.
|
class |
PropertyIndexedEventTable
Index that organizes events by the event property values into hash buckets.
|
class |
PropertyIndexedEventTableCoerceAdd
Index that organizes events by the event property values into hash buckets.
|
class |
PropertyIndexedEventTableCoerceAll
Index that organizes events by the event property values into hash buckets.
|
class |
PropertyIndexedEventTableSingle
Index that organizes events by the event property values into hash buckets.
|
class |
PropertyIndexedEventTableSingleCoerceAdd |
class |
PropertyIndexedEventTableSingleCoerceAll |
class |
PropertyIndexedEventTableSingleUnadorned
Index that organizes events by the event property values into hash buckets.
|
class |
PropertyIndexedEventTableSingleUnique
Unique index.
|
class |
PropertyIndexedEventTableUnadorned |
class |
PropertyIndexedEventTableUnique |
class |
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.
|
class |
PropertySortedEventTableCoerced |
class |
PropertySortedEventTableImpl
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 |
SingleReferenceEventTable |
class |
UnindexedEventTable
Simple table of events without an index.
|
class |
UnindexedEventTableImpl
Simple table of events without an index.
|
class |
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).
|
Modifier and Type | Method and Description |
---|---|
static EventTable |
EventTableUtil.buildIndex(AgentInstanceContext agentInstanceContext,
int indexedStreamNum,
QueryPlanIndexItem item,
EventType eventType,
boolean coerceOnAddOnly,
boolean unique,
String optionalIndexName,
Object optionalSerde,
boolean isFireAndForget)
Build an index/table instance using the event properties for the event type.
|
EventTable |
EventTableAndNamePair.getEventTable() |
EventTable[] |
MultiIndexEventTable.getTables()
Returns all tables.
|
EventTable[] |
UnindexedEventTableFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertySortedEventTableFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertySortedEventTableCoercedFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertyIndexedEventTableSingleFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertyIndexedEventTableSingleCoerceAllFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertyIndexedEventTableSingleCoerceAddFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertyIndexedEventTableSingleArrayFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertyIndexedEventTableFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertyIndexedEventTableCoerceAllFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertyIndexedEventTableCoerceAddFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
PropertyCompositeEventTableFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
EventTable[] |
EventTableFactory.makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
Constructor and Description |
---|
EventTableAndNamePair(EventTable eventTable,
String indexName) |
MultiIndexEventTable(EventTable[] tables,
EventTableOrganization organization)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventTable |
EventTableIndexRepository.getExplicitIndexByName(String indexName) |
EventTable |
EventTableIndexRepository.getIndexByDesc(IndexMultiKey indexKey) |
EventTable |
EventTableIndexRepositoryEntry.getTable() |
EventTable |
EventAdvancedIndexFactory.make(EventAdvancedIndexConfigStatement configStatement,
AdvancedIndexConfigContextPartition configContextPartition,
EventTableOrganization organization) |
static EventTable[] |
SubordinateQueryPlannerUtil.realizeTables(SubordinateQueryIndexDesc[] indexDescriptors,
EventType eventType,
EventTableIndexRepository indexRepository,
Iterable<EventBean> contents,
AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient) |
Modifier and Type | Method and Description |
---|---|
List<EventTable> |
EventTableIndexRepository.getTables()
Returns a list of current index tables in the repository.
|
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
SubordTableLookupStrategyFactoryVDW.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordSortedTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordInKeywordSingleTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordInKeywordMultiTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordIndexedTableLookupStrategySinglePropFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordIndexedTableLookupStrategySingleExprFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordIndexedTableLookupStrategySingleCoercingFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordIndexedTableLookupStrategyPropFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordIndexedTableLookupStrategyExprFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordIndexedTableLookupStrategyCoercingFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordFullTableScanLookupStrategy |
SubordFullTableScanLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordCompositeTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
VirtualDWView vdw) |
SubordWMatchExprLookupStrategy |
SubordWMatchExprLookupStrategyFactoryIndexedUnfiltered.realize(EventTable[] indexes,
AgentInstanceContext agentInstanceContext,
Iterable<EventBean> scanIterable,
VirtualDWView virtualDataWindow) |
SubordWMatchExprLookupStrategy |
SubordWMatchExprLookupStrategyFactoryIndexedFiltered.realize(EventTable[] indexes,
AgentInstanceContext agentInstanceContext,
Iterable<EventBean> scanIterable,
VirtualDWView virtualDataWindow) |
SubordWMatchExprLookupStrategy |
SubordWMatchExprLookupStrategyFactoryAllUnfiltered.realize(EventTable[] indexes,
AgentInstanceContext agentInstanceContext,
Iterable<EventBean> scanIterable,
VirtualDWView virtualDataWindow) |
SubordWMatchExprLookupStrategy |
SubordWMatchExprLookupStrategyFactoryAllFiltered.realize(EventTable[] indexes,
AgentInstanceContext agentInstanceContext,
Iterable<EventBean> scanIterable,
VirtualDWView virtualDataWindow) |
SubordWMatchExprLookupStrategy |
SubordWMatchExprLookupStrategyFactory.realize(EventTable[] indexes,
AgentInstanceContext agentInstanceContext,
Iterable<EventBean> scanIterable,
VirtualDWView virtualDataWindow) |
Constructor and Description |
---|
EventTableIndexRepositoryEntry(String optionalIndexName,
EventTable table) |
SubordInKeywordMultiTableLookupStrategy(int numStreamsOuter,
ExprEvaluator evaluator,
EventTable[] tables,
LookupStrategyDesc strategyDesc) |
SubordInKeywordMultiTableLookupStrategyNW(ExprEvaluator evaluator,
EventTable[] tables,
LookupStrategyDesc strategyDesc) |
Constructor and Description |
---|
SubqueryStopCallback(EventTable[] eventIndex)
Ctor.
|
SubselectBufferObserver(EventTable[] eventIndex,
AgentInstanceContext agentInstanceContext)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventTable |
TableStateInstanceUngroupedImpl.getIndex(String indexName) |
EventTable |
TableStateInstanceGroupedImpl.getIndex(String indexName) |
abstract EventTable |
TableStateInstance.getIndex(String indexName) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualDWEventTable |
Modifier and Type | Method and Description |
---|---|
EventTable |
VirtualDWViewImpl.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem) |
EventTable |
VirtualDWView.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem) |
Modifier and Type | Method and Description |
---|---|
Pair<IndexMultiKey,EventTable> |
VirtualDWViewImpl.getFireAndForgetDesc(Set<String> keysAvailable,
Set<String> rangesAvailable) |
Pair<IndexMultiKey,EventTable> |
VirtualDWView.getFireAndForgetDesc(Set<String> keysAvailable,
Set<String> rangesAvailable) |
Pair<IndexMultiKey,EventTable> |
VirtualDWViewImpl.getSubordinateQueryDesc(boolean unique,
List<IndexedPropDesc> hashedProps,
List<IndexedPropDesc> btreeProps) |
Pair<IndexMultiKey,EventTable> |
VirtualDWView.getSubordinateQueryDesc(boolean unique,
List<IndexedPropDesc> hashedProps,
List<IndexedPropDesc> btreeProps) |
Modifier and Type | Method and Description |
---|---|
Collection<EventBean> |
VirtualDWViewImpl.getFireAndForgetData(EventTable eventTable,
Object[] keyValues,
RangeIndexLookupValue[] rangeValues,
Annotation[] annotations) |
Collection<EventBean> |
VirtualDWView.getFireAndForgetData(EventTable eventTable,
Object[] keyValues,
RangeIndexLookupValue[] rangeValues,
Annotation[] accessedByStmtAnnotations) |
JoinExecTableLookupStrategy |
VirtualDWViewImpl.getJoinLookupStrategy(String accessedByStmtName,
int accessedByStmtId,
Annotation[] accessedByStmtAnnotations,
EventTable[] eventTables,
TableLookupKeyDesc keyDescriptor,
int lookupStreamNum) |
JoinExecTableLookupStrategy |
VirtualDWView.getJoinLookupStrategy(String accessedByStatementName,
int accessedByStatementId,
Annotation[] accessedByStmtAnnotations,
EventTable[] eventTable,
TableLookupKeyDesc keyDescriptor,
int lookupStreamNum) |
SubordTableLookupStrategy |
VirtualDWViewImpl.getSubordinateLookupStrategy(String accessedByStatementName,
int accessedByStatementId,
Annotation[] accessedByStmtAnnotations,
EventType[] outerStreamTypes,
List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
EventTable eventTable,
SubordPropPlan joinDesc,
boolean forceTableScan) |
SubordTableLookupStrategy |
VirtualDWView.getSubordinateLookupStrategy(String accessedByStatementName,
int accessedByStatementId,
Annotation[] accessedByStmtAnnotations,
EventType[] outerStreamTypes,
List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
EventTable eventTable,
SubordPropPlan joinDesc,
boolean forceTableScan) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationDefault.qIndexAdd(EventTable eventTable,
EventBean[] addEvents) |
void |
Instrumentation.qIndexAdd(EventTable eventTable,
EventBean[] addEvents) |
void |
InstrumentationDefault.qIndexAddRemove(EventTable eventTable,
EventBean[] newData,
EventBean[] oldData) |
void |
Instrumentation.qIndexAddRemove(EventTable eventTable,
EventBean[] newData,
EventBean[] oldData) |
void |
InstrumentationDefault.qIndexJoinLookup(JoinExecTableLookupStrategy strategy,
EventTable index) |
void |
Instrumentation.qIndexJoinLookup(JoinExecTableLookupStrategy strategy,
EventTable index) |
void |
InstrumentationDefault.qIndexRemove(EventTable eventTable,
EventBean[] removeEvents) |
void |
Instrumentation.qIndexRemove(EventTable eventTable,
EventBean[] removeEvents) |
void |
InstrumentationDefault.qIndexSubordLookup(SubordTableLookupStrategy subordTableLookupStrategy,
EventTable optionalEventIndex,
int[] keyStreamNums) |
void |
Instrumentation.qIndexSubordLookup(SubordTableLookupStrategy subordTableLookupStrategy,
EventTable optionalEventIndex,
int[] keyStreamNums) |
Modifier and Type | Method and Description |
---|---|
EventTable[][] |
HistoricalEventViewable.poll(EventBean[][] lookupEventsPerStream,
PollResultIndexingStrategy indexingStrategy,
ExprEvaluatorContext exprEvaluatorContext)
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.
|