Class VariableVersionThreadLocal

java.lang.Object
com.espertech.esper.common.internal.epl.variable.core.VariableVersionThreadLocal

public class VariableVersionThreadLocal extends 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 Details

    • VariableVersionThreadLocal

      public VariableVersionThreadLocal()
      Ctor.
  • Method Details

    • getCurrentThread

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