Uses of Class
org.apache.hadoop.ozone.container.ozoneimpl.ContainerScanError
Packages that use ContainerScanError
Package
Description
This package contains common ozone container interfaces.
Ozone main that calls into the container layer.
-
Uses of ContainerScanError in org.apache.hadoop.ozone.container.common.interfaces
Methods in org.apache.hadoop.ozone.container.common.interfaces that return types with arguments of type ContainerScanError -
Uses of ContainerScanError in org.apache.hadoop.ozone.container.ozoneimpl
Methods in org.apache.hadoop.ozone.container.ozoneimpl that return types with arguments of type ContainerScanErrorMethod parameters in org.apache.hadoop.ozone.container.ozoneimpl with type arguments of type ContainerScanErrorModifier and TypeMethodDescriptionstatic DataScanResultDataScanResult.fromErrors(List<ContainerScanError> errors, ContainerMerkleTreeWriter dataTree) Constructs a data scan result whose health will be determined based on the presence of errors.static MetadataScanResultMetadataScanResult.fromErrors(List<ContainerScanError> errors) Constructs a metadata scan result whose health will be determined based on the presence of errors.Constructor parameters in org.apache.hadoop.ozone.container.ozoneimpl with type arguments of type ContainerScanErrorModifierConstructorDescriptionprotectedMetadataScanResult(List<ContainerScanError> errors, boolean deleted)