Class ThreadLocalGammaTxnPool


  • public final class ThreadLocalGammaTxnPool
    extends java.lang.Object
    A ThreadLocal that stores the GammaTxnPool.
    • Field Detail

      • threadlocal

        private static final java.lang.ThreadLocal<GammaTxnPool> threadlocal
    • Constructor Detail

      • ThreadLocalGammaTxnPool

        private ThreadLocalGammaTxnPool()
    • Method Detail

      • getThreadLocalGammaTxnPool

        public static GammaTxnPool getThreadLocalGammaTxnPool()
        Returns the GammaTxnalPool stored in the ThreadLocalGammaTxnPool. If no instance exists, a new instance is created.
        Returns:
        the GammaTxnPool.