com.espertech.esper.epl.variable
Class VariableVersionThreadLocal

java.lang.Object
  extended by com.espertech.esper.epl.variable.VariableVersionThreadLocal

public class VariableVersionThreadLocal
extends java.lang.Object

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
VariableVersionThreadLocal()
          Ctor.
 
Method Summary
 VariableVersionThreadEntry getCurrentThread()
          Returns the version and uncommitted values for the current thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableVersionThreadLocal

public VariableVersionThreadLocal()
Ctor.

Method Detail

getCurrentThread

public VariableVersionThreadEntry getCurrentThread()
Returns the version and uncommitted values for the current thread.

Returns:
entry for current thread

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