Class VariableVersionThreadLocal
java.lang.Object
com.espertech.esper.common.internal.epl.variable.core.VariableVersionThreadLocal
A wrapper for a thread-local to hold the current version for variables visible for a thread, as well
as uncommitted values of variables for a thread.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the version and uncommitted values for the current thread.
-
Constructor Details
-
VariableVersionThreadLocal
public VariableVersionThreadLocal()Ctor.
-
-
Method Details
-
getCurrentThread
Returns the version and uncommitted values for the current thread.- Returns:
- entry for current thread
-