Class KeyModificationImpl

    • Method Detail

      • getTxId

        public java.lang.String getTxId​()
        Description copied from interface: KeyModification
        Returns the transaction id.
        Specified by:
        getTxId in interface KeyModification
        Returns:
        tx id of modification
      • getTimestamp

        public java.time.Instant getTimestamp​()
        Description copied from interface: KeyModification
        Returns the timestamp of the key modification entry.
        Specified by:
        getTimestamp in interface KeyModification
        Returns:
        timestamp
      • isDeleted

        public boolean isDeleted​()
        Description copied from interface: KeyModification
        Returns the deletion marker.
        Specified by:
        isDeleted in interface KeyModification
        Returns:
        is key was deleted
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object