Class TxCheckpoint

java.lang.Object
com.cloudimpl.outstack.runtime.TxCheckpoint

public class TxCheckpoint
extends java.lang.Object
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    TxCheckpoint​(java.lang.String rootTrn)  
  • Method Summary

    Modifier and Type Method Description
    long getSeq()  
    void setSeq​(long seq)  

    Methods inherited from class java.lang.Object

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

    • TxCheckpoint

      public TxCheckpoint​(java.lang.String rootTrn)
  • Method Details

    • setSeq

      public void setSeq​(long seq)
    • getSeq

      public long getSeq()