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

Packages that use VariableReader
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.variable
 

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

Methods in com.espertech.esper.epl.variable that return types with arguments of type VariableReader
 Map<String,VariableReader> VariableServiceImpl.getVariables()
           
 Map<String,VariableReader> VariableService.getVariables()
          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(int eventRate, VariableReader variableReader, OutputCallback outputCallback)
          Constructor.
OutputConditionTime(Double intervalSize, boolean isMinutesUnit, VariableReader reader, StatementContext context, OutputCallback outputCallback)
          Constructor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com