Class Transaction


  • public class Transaction
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Transaction​(java.lang.String contextName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContextName()  
      void recordWrite​(java.lang.Runnable runnable)  
      • Methods inherited from class java.lang.Object

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

      • Transaction

        public Transaction​(java.lang.String contextName)
    • Method Detail

      • recordWrite

        public void recordWrite​(java.lang.Runnable runnable)
      • getContextName

        public java.lang.String getContextName()