Package | Description |
---|---|
com.espertech.esper.epl.variable |
Variable service and variable collections
|
Modifier and Type | Method and Description |
---|---|
VersionedValueList<Object> |
VariableReader.getVersionsLow() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
VariableReader(VariableMetaData variableMetaData,
VariableVersionThreadLocal versionThreadLocal,
VersionedValueList<Object> versionsLow) |