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<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(VariableVersionThreadLocal versionThreadLocal, java.lang.Class type, EventType eventType, java.lang.String variableName, int variableNumber, VersionedValueList<java.lang.Object> versions, boolean constant)
          Ctor.
 


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