|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.variable.VariableVersionThreadEntry
public class VariableVersionThreadEntry
Thread-specific state in regards to variable versions.
Constructor Summary | |
---|---|
VariableVersionThreadEntry(int version,
Map<Integer,Object> uncommitted)
Ctor. |
Method Summary | |
---|---|
Map<Integer,Object> |
getUncommitted()
Returns a map of variable number and uncommitted value, or empty map or null if none exist |
Integer |
getVersion()
Returns the version visible for a thread. |
void |
setUncommitted(Map<Integer,Object> uncommitted)
Sets a map of variable number and uncommitted value, or empty map or null if none exist |
void |
setVersion(Integer version)
Sets the version visible for a thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariableVersionThreadEntry(int version, Map<Integer,Object> uncommitted)
version
- current version number of the variables visible to threaduncommitted
- the uncommitted values of variables for the thread, if anyMethod Detail |
---|
public Integer getVersion()
public void setVersion(Integer version)
version
- version numberpublic Map<Integer,Object> getUncommitted()
public void setUncommitted(Map<Integer,Object> uncommitted)
uncommitted
- uncommitted values
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |