Uses of Interface
com.espertech.esper.epl.expression.dot.ExprDotEval

Packages that use ExprDotEval
com.espertech.esper.epl.datetime.eval Date-Time methods and related utility classes. 
com.espertech.esper.epl.enummethod.dot Enumeration method utility classes and input data sources. 
com.espertech.esper.epl.enummethod.eval Enumeration method implementations. 
com.espertech.esper.epl.expression.dot Chained expression functionality. 
com.espertech.esper.metrics.instrumentation EPL instrumentation helpers. 
 

Uses of ExprDotEval in com.espertech.esper.epl.datetime.eval
 

Classes in com.espertech.esper.epl.datetime.eval that implement ExprDotEval
 class ExprDotEvalDT
           
 

Methods in com.espertech.esper.epl.datetime.eval that return ExprDotEval
 ExprDotEval ExprDotEvalDTMethodDesc.getEval()
           
 

Constructors in com.espertech.esper.epl.datetime.eval with parameters of type ExprDotEval
ExprDotEvalDTMethodDesc(ExprDotEval eval, EPType returnType, ExprDotNodeFilterAnalyzerDesc intervalFilterDesc)
           
 

Uses of ExprDotEval in com.espertech.esper.epl.enummethod.dot
 

Subinterfaces of ExprDotEval in com.espertech.esper.epl.enummethod.dot
 interface ExprDotEvalEnumMethod
           
 

Classes in com.espertech.esper.epl.enummethod.dot that implement ExprDotEval
 class ExprDotEvalEnumMethodBase
           
 class ExprDotEvalProperty
           
 class ExprDotEvalUnpackBean
           
 class ExprDotEvalUnpackBeanTable
           
 class ExprDotEvalUnpackCollEventBean
           
 class ExprDotEvalUnpackCollEventBeanTable
           
 

Uses of ExprDotEval in com.espertech.esper.epl.enummethod.eval
 

Classes in com.espertech.esper.epl.enummethod.eval that implement ExprDotEval
 class ExprDotEvalAggregate
           
 class ExprDotEvalAllOfAnyOf
           
 class ExprDotEvalAverage
           
 class ExprDotEvalCountOf
           
 class ExprDotEvalDistinct
           
 class ExprDotEvalFirstLastOf
           
 class ExprDotEvalGroupBy
           
 class ExprDotEvalMinByMaxBy
           
 class ExprDotEvalMinMax
           
 class ExprDotEvalMostLeastFrequent
           
 class ExprDotEvalNoOp
           
 class ExprDotEvalOrderByAscDesc
           
 class ExprDotEvalReverse
           
 class ExprDotEvalSelectFrom
           
 class ExprDotEvalSequenceEqual
           
 class ExprDotEvalSetExceptUnionIntersect
           
 class ExprDotEvalSumOf
           
 class ExprDotEvalTakeAndTakeLast
           
 class ExprDotEvalTakeWhileAndLast
           
 class ExprDotEvalToMap
           
 class ExprDotEvalWhere
           
 

Uses of ExprDotEval in com.espertech.esper.epl.expression.dot
 

Classes in com.espertech.esper.epl.expression.dot that implement ExprDotEval
 class ExprDotEvalArrayGet
           
 class ExprDotEvalArraySize
           
 class ExprDotMethodEvalDuck
           
 class ExprDotMethodEvalNoDuck
           
 class ExprDotMethodEvalNoDuckUnderlying
           
 class ExprDotMethodEvalNoDuckWrapArray
           
 

Methods in com.espertech.esper.epl.expression.dot that return ExprDotEval
 ExprDotEval[] ExprDotNodeRealizedChain.getChain()
           
 ExprDotEval[] ExprDotNodeRealizedChain.getChainWithUnpack()
           
 

Methods in com.espertech.esper.epl.expression.dot with parameters of type ExprDotEval
static java.lang.Object ExprDotNodeUtility.evaluateChain(ExprDotEval[] evaluators, java.lang.Object inner, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
           
static java.lang.Object ExprDotNodeUtility.evaluateChainWithWrap(ExprDotStaticMethodWrap resultWrapLambda, java.lang.Object result, EventType optionalResultSingleEventType, java.lang.Class resultType, ExprDotEval[] chainEval, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext exprEvaluatorContext)
           
 

Constructors in com.espertech.esper.epl.expression.dot with parameters of type ExprDotEval
ExprDotEvalRootChild(boolean hasEnumerationMethod, ExprDotNode dotNode, ExprEvaluator rootNodeEvaluator, ExprEvaluatorEnumeration rootLambdaEvaluator, EPType typeInfo, ExprDotEval[] evalIteratorEventBean, ExprDotEval[] evalUnpacking, boolean checkedUnpackEvent)
           
ExprDotEvalRootChild(boolean hasEnumerationMethod, ExprDotNode dotNode, ExprEvaluator rootNodeEvaluator, ExprEvaluatorEnumeration rootLambdaEvaluator, EPType typeInfo, ExprDotEval[] evalIteratorEventBean, ExprDotEval[] evalUnpacking, boolean checkedUnpackEvent)
           
ExprDotEvalStaticMethod(java.lang.String statementName, java.lang.String classOrPropertyName, net.sf.cglib.reflect.FastMethod staticMethod, ExprEvaluator[] childEvals, boolean constantParameters, ExprDotStaticMethodWrap resultWrapLambda, ExprDotEval[] chainEval, boolean rethrowExceptions, java.lang.Object targetObject)
           
ExprDotEvalStreamEventBean(ExprDotNode exprDotNode, int streamNumber, ExprDotEval[] evaluators)
           
ExprDotEvalStreamMethod(ExprDotNode dotNode, int streamNumber, ExprDotEval[] evaluators)
           
ExprDotEvalVariable(ExprDotNode dotNode, VariableReader variableReader, ExprDotStaticMethodWrap resultWrapLambda, ExprDotEval[] chainEval)
           
ExprDotNodeRealizedChain(ExprDotEval[] chain, ExprDotEval[] chainWithUnpack, ExprDotNodeFilterAnalyzerDesc filterAnalyzerDesc)
           
ExprDotNodeRealizedChain(ExprDotEval[] chain, ExprDotEval[] chainWithUnpack, ExprDotNodeFilterAnalyzerDesc filterAnalyzerDesc)
           
 

Uses of ExprDotEval in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type ExprDotEval
 void InstrumentationDefault.qExprDotChain(EPType targetTypeInfo, java.lang.Object target, ExprDotEval[] evalUnpacking)
           
 void Instrumentation.qExprDotChain(EPType targetTypeInfo, java.lang.Object target, ExprDotEval[] evalUnpacking)
           
 void InstrumentationDefault.qExprDotChainElement(int num, ExprDotEval methodEval)
           
 void Instrumentation.qExprDotChainElement(int num, ExprDotEval methodEval)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com