Package | Description |
---|---|
com.espertech.esper.common.internal.epl.variable.core |
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(Variable variable,
VariableVersionThreadLocal versionThreadLocal,
VersionedValueList<Object> versionsLow) |
Copyright © 2005–2018. All rights reserved.