|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.script.ExprNodeScriptEvalBase
com.espertech.esper.epl.script.ExprNodeScriptEvalJSR223
public class ExprNodeScriptEvalJSR223
Field Summary |
---|
Fields inherited from class com.espertech.esper.epl.script.ExprNodeScriptEvalBase |
---|
coercer, names, parameters, returnType, scriptName, statementName |
Constructor Summary | |
---|---|
ExprNodeScriptEvalJSR223(java.lang.String scriptName,
java.lang.String statementName,
java.lang.String[] names,
ExprEvaluator[] parameters,
java.lang.Class returnType,
javax.script.CompiledScript executable)
|
Method Summary | |
---|---|
java.lang.Object |
evaluate(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
Evaluate event tuple and return result. |
Methods inherited from class com.espertech.esper.epl.script.ExprNodeScriptEvalBase |
---|
evaluateGetEventBean, evaluateGetROCollectionEvents, evaluateGetROCollectionScalar, getComponentTypeCollection, getEventTypeCollection, getEventTypeSingle, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExprNodeScriptEvalJSR223(java.lang.String scriptName, java.lang.String statementName, java.lang.String[] names, ExprEvaluator[] parameters, java.lang.Class returnType, javax.script.CompiledScript executable)
Method Detail |
---|
public java.lang.Object evaluate(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
ExprEvaluator
eventsPerStream
- - event tupleisNewData
- - indicates whether we are dealing with new data (istream) or old data (rstream)context
- 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 |