Modifier and Type | Class and Description |
---|---|
class |
FullTableScanLookupStrategy
Lookup on an unindexed table returning the full table as matching events.
|
class |
FullTableScanUniqueValueLookupStrategy
Lookup on an unindexed table returning the full table as matching events.
|
class |
HistoricalTableLookupStrategy
A lookup strategy for use in outer joins onto historical streams.
|
Modifier and Type | Field and Description |
---|---|
protected JoinExecTableLookupStrategy |
TableOuterLookupExecNode.lookupStrategy |
protected JoinExecTableLookupStrategy |
TableLookupExecNode.lookupStrategy |
Modifier and Type | Method and Description |
---|---|
JoinExecTableLookupStrategy |
TableOuterLookupExecNode.getLookupStrategy()
Returns strategy for lookup.
|
JoinExecTableLookupStrategy |
TableLookupExecNode.getLookupStrategy()
Returns strategy for lookup.
|
Constructor and Description |
---|
TableLookupExecNode(int indexedStream,
JoinExecTableLookupStrategy lookupStrategy)
Ctor.
|
TableLookupExecNodeTableLocking(int indexedStream,
JoinExecTableLookupStrategy lookupStrategy,
Lock lock) |
TableOuterLookupExecNode(int indexedStream,
JoinExecTableLookupStrategy lookupStrategy)
Ctor.
|
TableOuterLookupExecNodeTableLocking(int indexedStream,
JoinExecTableLookupStrategy lookupStrategy,
Lock lock) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeTableLookupStrategy
Lookup on an nested map structure that represents an index for use with at least one range and possibly multiple ranges
and optionally keyed by one or more unique keys.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedTableLookupStrategyHashedExpr |
class |
IndexedTableLookupStrategyHashedProp |
Modifier and Type | Class and Description |
---|---|
class |
InKeywordMultiTableLookupStrategyExpr
Lookup on an index using a set of expression results as key values.
|
class |
InKeywordSingleTableLookupStrategyExpr
Lookup on an index using a set of expression results as key values.
|
Constructor and Description |
---|
LookupInstructionExec(int fromStream,
String fromStreamName,
int[] toStreams,
JoinExecTableLookupStrategy[] lookupStrategies,
boolean[] requiredPerStream)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
SortedTableLookupStrategy
Lookup on an index that is a sorted index on a single property queried as a range.
|
Modifier and Type | Method and Description |
---|---|
protected JoinExecTableLookupStrategy |
SortedTableLookupPlanFactory.makeStrategyInternal(EventTable[] eventTables,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
InKeywordTableLookupPlanSingleIdxFactory.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
InKeywordTableLookupPlanMultiIdxFactory.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
protected JoinExecTableLookupStrategy |
IndexedTableLookupPlanHashedOnlyFactory.makeStrategyInternal(EventTable[] eventTables,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
FullTableScanUniquePerKeyLookupPlan.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
JoinExecTableLookupStrategy |
FullTableScanLookupPlanFactory.makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
protected JoinExecTableLookupStrategy |
CompositeTableLookupPlanFactory.makeStrategyInternal(EventTable[] eventTables,
EventType[] eventTypes) |
Modifier and Type | Method and Description |
---|---|
JoinExecTableLookupStrategy |
TableLookupPlan.makeStrategy(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] eventTypes,
VirtualDWView[] viewExternals) |
protected abstract JoinExecTableLookupStrategy |
TableLookupPlan.makeStrategyInternal(EventTable[] eventTables,
EventType[] eventTypes) |
Modifier and Type | Class and Description |
---|---|
class |
JoinExecTableLookupStrategyVirtualDW |
Modifier and Type | Method and Description |
---|---|
JoinExecTableLookupStrategy |
VirtualDWViewImpl.getJoinLookupStrategy(TableLookupPlan tableLookupPlan,
AgentInstanceContext agentInstanceContext,
EventTable[] eventTables,
int lookupStream) |
JoinExecTableLookupStrategy |
VirtualDWView.getJoinLookupStrategy(TableLookupPlan tableLookupPlan,
AgentInstanceContext agentInstanceContext,
EventTable[] eventTables,
int lookupStream) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationCommonDefault.qIndexJoinLookup(JoinExecTableLookupStrategy strategy,
EventTable index) |
void |
InstrumentationCommon.qIndexJoinLookup(JoinExecTableLookupStrategy strategy,
EventTable index) |
Copyright © 2005–2018. All rights reserved.