Class Translog.TranslogGeneration

  • Enclosing class:
    Translog

    public static final class Translog.TranslogGeneration
    extends java.lang.Object
    References a transaction log generation
    • Constructor Summary

      Constructors 
      Constructor Description
      TranslogGeneration​(java.lang.String translogUUID, long translogFileGeneration)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • translogUUID

        public final java.lang.String translogUUID
      • translogFileGeneration

        public final long translogFileGeneration
    • Constructor Detail

      • TranslogGeneration

        public TranslogGeneration​(java.lang.String translogUUID,
                                  long translogFileGeneration)