Class ContainerDiffReport.DeletedBlock
java.lang.Object
org.apache.hadoop.ozone.container.checksum.ContainerDiffReport.DeletedBlock
- Enclosing class:
ContainerDiffReport
Represents a block that has been deleted in a peer whose metadata we need to add to our container replica's
merkle tree.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DeletedBlock
public DeletedBlock(long blockID, long dataChecksum)
-
-
Method Details
-
getBlockID
public long getBlockID() -
getDataChecksum
public long getDataChecksum()
-