Uses of Class
com.espertech.esper.epl.variable.VariableReader

Packages that use VariableReader
com.espertech.esper.epl.agg.service Aggregation services. 
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.expression.dot Chained expression functionality. 
com.espertech.esper.epl.variable Variable service and variable collections 
com.espertech.esper.epl.view Internal processing views for output rate limiting, filtering and internal event routing 
 

Uses of VariableReader in com.espertech.esper.epl.agg.service
 

Constructors in com.espertech.esper.epl.agg.service with parameters of type VariableReader
AggSvcGroupByReclaimAgedEvalFuncVariable(VariableReader variableReader)
           
 

Uses of VariableReader in com.espertech.esper.epl.core
 

Fields in com.espertech.esper.epl.core declared as VariableReader
protected  VariableReader MethodPollingExecStrategyBase.variableReader
           
 

Constructors in com.espertech.esper.epl.core with parameters of type VariableReader
MethodPollingExecStrategyBase(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyBaseArray(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyBaseCollection(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyBaseIterator(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyMapArray(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyMapCollection(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyMapIterator(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyMapPlain(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyOAArray(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyOACollection(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyOAIterator(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyOAPlain(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyPOJOArray(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyPOJOCollection(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyPOJOIterator(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
MethodPollingExecStrategyPOJOPlain(EventAdapterService eventAdapterService, net.sf.cglib.reflect.FastMethod method, EventType eventType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, VariableReader variableReader, java.lang.String variableName, VariableService variableService)
           
RowLimitProcessor(VariableReader numRowsVariableReader, VariableReader offsetVariableReader, int currentRowLimit, int currentOffset)
           
 

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

Constructors in com.espertech.esper.epl.expression.dot with parameters of type VariableReader
ExprDotEvalVariable(ExprDotNode dotNode, VariableReader variableReader, ExprDotStaticMethodWrap resultWrapLambda, ExprDotEval[] chainEval)
           
 

Uses of VariableReader in com.espertech.esper.epl.variable
 

Methods in com.espertech.esper.epl.variable that return VariableReader
 VariableReader VariableServiceImpl.getReader(java.lang.String variableName, int agentInstanceIdAccessor)
           
 VariableReader VariableService.getReader(java.lang.String variableName, int agentInstanceIdAccessor)
          Returns a reader that provides access to variable values.
 

Methods in com.espertech.esper.epl.variable that return types with arguments of type VariableReader
 java.util.concurrent.ConcurrentHashMap<java.lang.Integer,VariableReader> VariableServiceImpl.getReadersPerCP(java.lang.String variableName)
           
 java.util.concurrent.ConcurrentHashMap<java.lang.Integer,VariableReader> VariableService.getReadersPerCP(java.lang.String variableName)
           
 java.util.Map<java.lang.String,VariableReader> VariableServiceImpl.getVariableReadersNonCP()
           
 java.util.Map<java.lang.String,VariableReader> VariableService.getVariableReadersNonCP()
          Returns a map of variable name and reader, for thread-safe iteration.
 

Uses of VariableReader in com.espertech.esper.epl.view
 

Constructors in com.espertech.esper.epl.view with parameters of type VariableReader
OutputConditionCount(OutputCallback outputCallback, long eventRate, VariableReader variableReader)
           
OutputConditionPolledCount(int eventRate, VariableReader variableReader)
          Constructor.
 


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