|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
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 |
---|
Constructors in com.espertech.esper.epl.core with parameters of type VariableReader | |
---|---|
OrderByProcessorRowLimit(VariableReader numRowsVariableReader,
VariableReader offsetVariableReader,
int currentRowLimit,
int currentOffset)
|
Uses of VariableReader in com.espertech.esper.epl.expression |
---|
Constructors in com.espertech.esper.epl.expression with parameters of type VariableReader | |
---|---|
ExprDotEvalVariable(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)
|
VariableReader |
VariableService.getReader(java.lang.String variableName)
Returns a reader that provides access to variable values. |
VariableReader[] |
VariableReadWritePackage.getReaders()
Returns the readers to all variables. |
Methods in com.espertech.esper.epl.variable that return types with arguments of type VariableReader | |
---|---|
java.util.Map<java.lang.String,VariableReader> |
VariableServiceImpl.getVariables()
|
java.util.Map<java.lang.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 |
---|
Methods in com.espertech.esper.epl.view that return VariableReader | |
---|---|
VariableReader |
OutputConditionCountFactory.getVariableReader()
|
Constructors in com.espertech.esper.epl.view with parameters of type VariableReader | |
---|---|
OutputConditionCountFactory(int eventRate,
VariableReader variableReader)
Constructor. |
|
OutputConditionPolledCount(int eventRate,
VariableReader variableReader)
Constructor. |
|
© 2006-2011 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |