Class ContainerDiffReport.DeletedBlock

java.lang.Object
org.apache.hadoop.ozone.container.checksum.ContainerDiffReport.DeletedBlock
Enclosing class:
ContainerDiffReport

public static class ContainerDiffReport.DeletedBlock extends Object
Represents a block that has been deleted in a peer whose metadata we need to add to our container replica's merkle tree.
  • Constructor Details

    • DeletedBlock

      public DeletedBlock(long blockID, long dataChecksum)
  • Method Details

    • getBlockID

      public long getBlockID()
    • getDataChecksum

      public long getDataChecksum()