Class TxnThreadLocal.Container

  • Enclosing class:
    TxnThreadLocal

    public static class TxnThreadLocal.Container
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Txn txn  
      java.lang.Object txPool  
    • Constructor Summary

      Constructors 
      Constructor Description
      Container()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • txn

        public Txn txn
      • txPool

        public java.lang.Object txPool
    • Constructor Detail

      • Container

        public Container()