Class QueryThreadLocal<T>


  • public class QueryThreadLocal<T>
    extends java.lang.ThreadLocal<Query<T>>
    A ThreadLocal that, given an original Query object, returns a copy, for each thread.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Query<T> initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initialValue

        protected Query<T> initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<Query<T>>