Class TableMetadata.SnapshotLogEntry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      long snapshotId()
      Returns ID of the new current snapshot.
      long timestampMillis()
      Returns the timestamp in milliseconds of the change.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • timestampMillis

        public long timestampMillis()
        Description copied from interface: HistoryEntry
        Returns the timestamp in milliseconds of the change.
        Specified by:
        timestampMillis in interface HistoryEntry
      • snapshotId

        public long snapshotId()
        Description copied from interface: HistoryEntry
        Returns ID of the new current snapshot.
        Specified by:
        snapshotId in interface HistoryEntry
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object