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

Packages that use VersionedValueList
com.espertech.esper.epl.variable Variable service and variable collections 
 

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

Methods in com.espertech.esper.epl.variable with parameters of type VersionedValueList
 void VariableReader.setVersionsHigh(VersionedValueList<Object> versionsHigh)
          For roll-over (overflow) in version numbers, sets a new collection of versioned-values for the variable to use when requests over the version rollover boundary are made.
 void VariableReader.setVersionsLow(VersionedValueList<Object> versionsLow)
          Sets a new list of versioned-values to inquire against, for use when version numbers roll-over.
 

Constructors in com.espertech.esper.epl.variable with parameters of type VersionedValueList
VariableReader(VariableVersionThreadLocal versionThreadLocal, Class type, String variableName, int variableNumber, VersionedValueList<Object> versions)
          Ctor.
 


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