Class TableLookupExecNodeTableLocking
java.lang.Object
com.espertech.esper.common.internal.epl.join.strategy.ExecNode
com.espertech.esper.common.internal.epl.join.exec.base.TableLookupExecNode
com.espertech.esper.common.internal.epl.join.exec.base.TableLookupExecNodeTableLocking
Execution node for lookup in a table.
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.join.exec.base.TableLookupExecNode
lookupStrategy
-
Constructor Summary
ConstructorDescriptionTableLookupExecNodeTableLocking
(int indexedStream, JoinExecTableLookupStrategy lookupStrategy, Lock lock) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(EventBean lookupEvent, EventBean[] prefillPath, Collection<EventBean[]> result, ExprEvaluatorContext exprEvaluatorContext) Process single event using the prefill events to compile lookup results.Methods inherited from class com.espertech.esper.common.internal.epl.join.exec.base.TableLookupExecNode
getIndexedStream, getLookupStrategy, print, processResults
-
Constructor Details
-
TableLookupExecNodeTableLocking
public TableLookupExecNodeTableLocking(int indexedStream, JoinExecTableLookupStrategy lookupStrategy, Lock lock)
-
-
Method Details
-
process
public void process(EventBean lookupEvent, EventBean[] prefillPath, Collection<EventBean[]> result, ExprEvaluatorContext exprEvaluatorContext) Description copied from class:ExecNode
Process single event using the prefill events to compile lookup results.- Overrides:
process
in classTableLookupExecNode
- Parameters:
lookupEvent
- - event to look up for or query forprefillPath
- - set of events currently in the example tuple to serve as a prototype for result rows.result
- is the list of tuples to add a result row toexprEvaluatorContext
- context for expression evaluation
-