Class DeletedContainerBlocksSummary
java.lang.Object
org.apache.hadoop.ozone.container.common.helpers.DeletedContainerBlocksSummary
A helper class to wrap the info about under deletion container blocks.
-
Method Details
-
getFrom
public static DeletedContainerBlocksSummary getFrom(List<org.apache.hadoop.hdds.protocol.proto.StorageContainerDatanodeProtocolProtos.DeletedBlocksTransaction> blocks) -
getNumOfTxs
public int getNumOfTxs() -
getNumOfBlocks
public int getNumOfBlocks() -
getNumOfRetryTxs
public int getNumOfRetryTxs() -
getNumOfContainers
public int getNumOfContainers() -
getTXIDs
-
getTxIDSummary
-
toString
-