Uses of Interface
com.espertech.esper.common.internal.epl.join.exec.base.JoinExecTableLookupStrategy
Package
Description
Composite query execution for hash+btree combined lookup.
Btree lookup for query execution.
-
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.base
Modifier and TypeClassDescriptionclass
Lookup on an unindexed table returning the full table as matching events.class
Lookup on an unindexed table returning the full table as matching events.class
A lookup strategy for use in outer joins onto historical streams.Modifier and TypeFieldDescriptionprotected JoinExecTableLookupStrategy
TableLookupExecNode.lookupStrategy
protected JoinExecTableLookupStrategy
TableOuterLookupExecNode.lookupStrategy
Modifier and TypeMethodDescriptionTableLookupExecNode.getLookupStrategy()
Returns strategy for lookup.TableOuterLookupExecNode.getLookupStrategy()
Returns strategy for lookup.ModifierConstructorDescriptionTableLookupExecNode
(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) -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.composite
Modifier and TypeClassDescriptionclass
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. -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.hash
Modifier and TypeClassDescriptionclass
class
-
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.inkeyword
Modifier and TypeClassDescriptionclass
Lookup on an index using a set of expression results as key values.class
Lookup on an index using a set of expression results as key values. -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.outer
ModifierConstructorDescriptionLookupInstructionExec
(int fromStream, String fromStreamName, int[] toStreams, JoinExecTableLookupStrategy[] lookupStrategies, boolean[] requiredPerStream) Ctor. -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.sorted
Modifier and TypeClassDescriptionclass
Lookup on an index that is a sorted index on a single property queried as a range. -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.indexlookupplan
Modifier and TypeMethodDescriptionprotected JoinExecTableLookupStrategy
CompositeTableLookupPlanFactory.makeStrategyInternal
(EventTable[] eventTables, EventType[] eventTypes) FullTableScanLookupPlanFactory.makeStrategyInternal
(EventTable[] eventTable, EventType[] eventTypes) FullTableScanUniquePerKeyLookupPlan.makeStrategyInternal
(EventTable[] eventTable, EventType[] eventTypes) protected JoinExecTableLookupStrategy
IndexedTableLookupPlanHashedOnlyFactory.makeStrategyInternal
(EventTable[] eventTables, EventType[] eventTypes) InKeywordTableLookupPlanMultiIdxFactory.makeStrategyInternal
(EventTable[] eventTable, EventType[] eventTypes) InKeywordTableLookupPlanSingleIdxFactory.makeStrategyInternal
(EventTable[] eventTable, EventType[] eventTypes) protected JoinExecTableLookupStrategy
SortedTableLookupPlanFactory.makeStrategyInternal
(EventTable[] eventTables, EventType[] eventTypes) -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.queryplan
Modifier and TypeMethodDescriptionTableLookupPlan.makeStrategy
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] eventTypes, VirtualDWView[] viewExternals) protected abstract JoinExecTableLookupStrategy
TableLookupPlan.makeStrategyInternal
(EventTable[] eventTables, EventType[] eventTypes) -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.virtualdw
Modifier and TypeMethodDescriptionVirtualDWView.getJoinLookupStrategy
(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream) VirtualDWViewImpl.getJoinLookupStrategy
(TableLookupPlan tableLookupPlan, AgentInstanceContext agentInstanceContext, EventTable[] eventTables, int lookupStream) -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.metrics.instrumentation
Modifier and TypeMethodDescriptionvoid
InstrumentationCommon.qIndexJoinLookup
(JoinExecTableLookupStrategy strategy, EventTable index) void
InstrumentationCommonDefault.qIndexJoinLookup
(JoinExecTableLookupStrategy strategy, EventTable index)