Uses of Class
org.apache.hadoop.ozone.container.common.impl.BlockDeletingService.ContainerBlockInfo
Packages that use BlockDeletingService.ContainerBlockInfo
Package
Description
This package is contains Ozone container implementation.
This package contains common ozone container interfaces.
Tasks running in the background.
-
Uses of BlockDeletingService.ContainerBlockInfo in org.apache.hadoop.ozone.container.common.impl
Methods in org.apache.hadoop.ozone.container.common.impl that return types with arguments of type BlockDeletingService.ContainerBlockInfoModifier and TypeMethodDescriptionBlockDeletingService.chooseContainerForBlockDeletion(int blockLimit, ContainerDeletionChoosingPolicy deletionPolicy) -
Uses of BlockDeletingService.ContainerBlockInfo in org.apache.hadoop.ozone.container.common.interfaces
Methods in org.apache.hadoop.ozone.container.common.interfaces that return types with arguments of type BlockDeletingService.ContainerBlockInfoModifier and TypeMethodDescriptionContainerDeletionChoosingPolicy.chooseContainerForBlockDeletion(int count, Map<Long, ContainerData> candidateContainers) Chooses desired containers for block deletion.ContainerDeletionChoosingPolicyTemplate.chooseContainerForBlockDeletion(int blockCount, Map<Long, ContainerData> candidateContainers) -
Uses of BlockDeletingService.ContainerBlockInfo in org.apache.hadoop.ozone.container.keyvalue.statemachine.background
Constructors in org.apache.hadoop.ozone.container.keyvalue.statemachine.background with parameters of type BlockDeletingService.ContainerBlockInfoModifierConstructorDescriptionBlockDeletingTask(BlockDeletingService blockDeletingService, BlockDeletingService.ContainerBlockInfo containerBlockInfo, ContainerChecksumTreeManager checksumTreeManager, int priority)