|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.exec.base.ExecNode
com.espertech.esper.epl.join.exec.base.TableOuterLookupExecNode
com.espertech.esper.epl.join.exec.base.TableOuterLookupExecNodeTableLocking
public class TableOuterLookupExecNodeTableLocking
Field Summary |
---|
Fields inherited from class com.espertech.esper.epl.join.exec.base.TableOuterLookupExecNode |
---|
lookupStrategy |
Constructor Summary | |
---|---|
TableOuterLookupExecNodeTableLocking(int indexedStream,
JoinExecTableLookupStrategy lookupStrategy,
java.util.concurrent.locks.Lock lock)
|
Method Summary | |
---|---|
void |
process(EventBean lookupEvent,
EventBean[] prefillPath,
java.util.Collection<EventBean[]> result,
ExprEvaluatorContext exprEvaluatorContext)
Process single event using the prefill events to compile lookup results. |
Methods inherited from class com.espertech.esper.epl.join.exec.base.TableOuterLookupExecNode |
---|
getIndexedStream, getLookupStrategy, print, processResults |
Methods inherited from class com.espertech.esper.epl.join.exec.base.ExecNode |
---|
print |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableOuterLookupExecNodeTableLocking(int indexedStream, JoinExecTableLookupStrategy lookupStrategy, java.util.concurrent.locks.Lock lock)
Method Detail |
---|
public void process(EventBean lookupEvent, EventBean[] prefillPath, java.util.Collection<EventBean[]> result, ExprEvaluatorContext exprEvaluatorContext)
ExecNode
process
in class TableOuterLookupExecNode
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
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |