Class BlockDeletingService.ContainerBlockInfo

java.lang.Object
org.apache.hadoop.ozone.container.common.impl.BlockDeletingService.ContainerBlockInfo
Enclosing class:
BlockDeletingService

public static class BlockDeletingService.ContainerBlockInfo extends Object
Pair of container data and the number of blocks to delete.
  • Constructor Details

    • ContainerBlockInfo

      public ContainerBlockInfo(ContainerData containerData, Long blocks)
  • Method Details

    • getContainerData

      public ContainerData getContainerData()
    • getNumBlocksToDelete

      public Long getNumBlocksToDelete()