|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.expression.dot.ExprDotEvalPropertyExprBase
com.espertech.esper.epl.expression.dot.ExprDotEvalPropertyExprMapped
public class ExprDotEvalPropertyExprMapped
Field Summary |
---|
Fields inherited from class com.espertech.esper.epl.expression.dot.ExprDotEvalPropertyExprBase |
---|
exprEvaluator, propertyName, statementName, streamNum |
Constructor Summary | |
---|---|
ExprDotEvalPropertyExprMapped(java.lang.String statementName,
java.lang.String propertyName,
int streamNum,
ExprEvaluator exprEvaluator,
java.lang.Class propertyType,
EventPropertyGetterMapped mappedGetter)
|
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.expression.dot.ExprDotEvalPropertyExprBase |
---|
getType, getWarningText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExprDotEvalPropertyExprMapped(java.lang.String statementName, java.lang.String propertyName, int streamNum, ExprEvaluator exprEvaluator, java.lang.Class propertyType, EventPropertyGetterMapped mappedGetter)
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 |