Uses of Interface
com.espertech.esper.common.internal.epl.join.exec.base.JoinExecTableLookupStrategy
Packages that use 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
Classes in com.espertech.esper.common.internal.epl.join.exec.base that implement JoinExecTableLookupStrategyModifier 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.Fields in com.espertech.esper.common.internal.epl.join.exec.base declared as JoinExecTableLookupStrategyModifier and TypeFieldDescriptionprotected JoinExecTableLookupStrategy
TableLookupExecNode.lookupStrategy
protected JoinExecTableLookupStrategy
TableOuterLookupExecNode.lookupStrategy
Methods in com.espertech.esper.common.internal.epl.join.exec.base that return JoinExecTableLookupStrategyModifier and TypeMethodDescriptionTableLookupExecNode.getLookupStrategy()
Returns strategy for lookup.TableOuterLookupExecNode.getLookupStrategy()
Returns strategy for lookup.Constructors in com.espertech.esper.common.internal.epl.join.exec.base with parameters of type JoinExecTableLookupStrategyModifierConstructorDescriptionTableLookupExecNode
(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
Classes in com.espertech.esper.common.internal.epl.join.exec.composite that implement JoinExecTableLookupStrategyModifier 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
Classes in com.espertech.esper.common.internal.epl.join.exec.hash that implement JoinExecTableLookupStrategyModifier and TypeClassDescriptionclass
class
-
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.inkeyword
Classes in com.espertech.esper.common.internal.epl.join.exec.inkeyword that implement JoinExecTableLookupStrategyModifier 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
Constructors in com.espertech.esper.common.internal.epl.join.exec.outer with parameters of type JoinExecTableLookupStrategyModifierConstructorDescriptionLookupInstructionExec
(int fromStream, String fromStreamName, int[] toStreams, JoinExecTableLookupStrategy[] lookupStrategies, boolean[] requiredPerStream) Ctor. -
Uses of JoinExecTableLookupStrategy in com.espertech.esper.common.internal.epl.join.exec.sorted
Classes in com.espertech.esper.common.internal.epl.join.exec.sorted that implement JoinExecTableLookupStrategyModifier 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
Methods in com.espertech.esper.common.internal.epl.join.indexlookupplan that return JoinExecTableLookupStrategyModifier 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
Methods in com.espertech.esper.common.internal.epl.join.queryplan that return JoinExecTableLookupStrategyModifier 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
Classes in com.espertech.esper.common.internal.epl.virtualdw that implement JoinExecTableLookupStrategyMethods in com.espertech.esper.common.internal.epl.virtualdw that return JoinExecTableLookupStrategyModifier 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
Methods in com.espertech.esper.common.internal.metrics.instrumentation with parameters of type JoinExecTableLookupStrategyModifier and TypeMethodDescriptionvoid
InstrumentationCommon.qIndexJoinLookup
(JoinExecTableLookupStrategy strategy, EventTable index) void
InstrumentationCommonDefault.qIndexJoinLookup
(JoinExecTableLookupStrategy strategy, EventTable index)