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 that return VersionedValueList
 VersionedValueList<java.lang.Object> VariableReader.getVersionsLow()
           
 

Methods in com.espertech.esper.epl.variable with parameters of type VersionedValueList
 void VariableReader.setVersionsHigh(VersionedValueList<java.lang.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<java.lang.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(VariableMetaData variableMetaData, VariableVersionThreadLocal versionThreadLocal, VersionedValueList<java.lang.Object> versionsLow)
           
 


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