Interface | Description |
---|---|
JoinExecTableLookupStrategy |
Strategy for looking up, in some sort of table or index, an event, potentially based on the
events properties, and returning a set of matched events.
|
Class | Description |
---|---|
ExecNodeAllUnidirectionalOuter | |
ExecNodeNoOp | |
FullTableScanLookupStrategy |
Lookup on an unindexed table returning the full table as matching events.
|
FullTableScanUniqueValueLookupStrategy |
Lookup on an unindexed table returning the full table as matching events.
|
HistoricalDataExecNode |
Execution node for executing a join or outer join against a historical data source,
using an lookup strategy for looking up into cached indexes, and an indexing strategy for indexing poll results
for future lookups.
|
HistoricalTableLookupStrategy |
A lookup strategy for use in outer joins onto historical streams.
|
NestedIterationExecNode |
Execution node that performs a nested iteration over all child nodes.
|
TableLookupExecNode |
Execution node for lookup in a table.
|
TableLookupExecNodeTableLocking |
Execution node for lookup in a table.
|
TableOuterLookupExecNode |
Execution node for lookup in a table for outer joins.
|
TableOuterLookupExecNodeTableLocking |
Copyright © 2005–2018. All rights reserved.