Uses of Class
com.espertech.esper.common.internal.epl.join.strategy.ExecNode
Packages that use ExecNode
Package
Description
-
Uses of ExecNode in com.espertech.esper.common.internal.epl.join.exec.base
Subclasses of ExecNode in com.espertech.esper.common.internal.epl.join.exec.baseModifier and TypeClassDescriptionclass
class
class
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.class
Execution node that performs a nested iteration over all child nodes.class
Execution node for lookup in a table.class
Execution node for lookup in a table.class
Execution node for lookup in a table for outer joins.class
Methods in com.espertech.esper.common.internal.epl.join.exec.base with parameters of type ExecNodeModifier and TypeMethodDescriptionvoid
NestedIterationExecNode.addChildNode
(ExecNode childNode) Add a child node. -
Uses of ExecNode in com.espertech.esper.common.internal.epl.join.exec.outer
Subclasses of ExecNode in com.espertech.esper.common.internal.epl.join.exec.outerModifier and TypeClassDescriptionclass
Execution for a set of lookup instructions and for a set of result assemble instructions to perform joins and construct a complex result. -
Uses of ExecNode in com.espertech.esper.common.internal.epl.join.queryplan
Methods in com.espertech.esper.common.internal.epl.join.queryplan that return ExecNodeModifier and TypeMethodDescriptionHistoricalDataPlanNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) LookupInstructionQueryPlanNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) NestedIterationNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) abstract ExecNode
QueryPlanNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) QueryPlanNodeAllUnidirectionalOuter.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) QueryPlanNodeNoOp.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) TableLookupNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) TableOuterLookupNode.makeExec
(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey, EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks) -
Uses of ExecNode in com.espertech.esper.common.internal.epl.join.strategy
Methods in com.espertech.esper.common.internal.epl.join.strategy that return ExecNodeModifier and TypeMethodDescriptionprotected ExecNode
ExecNodeQueryStrategy.getExecNode()
Returns execution node.Methods in com.espertech.esper.common.internal.epl.join.strategy with parameters of type ExecNodeConstructors in com.espertech.esper.common.internal.epl.join.strategy with parameters of type ExecNodeModifierConstructorDescriptionExecNodeQueryStrategy
(int forStream, int numStreams, ExecNode execNode) CTor.