Uses of Class
org.apache.hadoop.ozone.container.ozoneimpl.DataScanResult
Packages that use DataScanResult
Package
Description
This package contains common ozone container interfaces.
This package contains classes for KeyValue container type.
Ozone main that calls into the container layer.
-
Uses of DataScanResult in org.apache.hadoop.ozone.container.common.interfaces
Methods in org.apache.hadoop.ozone.container.common.interfaces that return DataScanResultModifier and TypeMethodDescriptionContainer.scanData(org.apache.hadoop.hdfs.util.DataTransferThrottler throttler, org.apache.hadoop.hdfs.util.Canceler canceler) Perform checksum verification for the container data. -
Uses of DataScanResult in org.apache.hadoop.ozone.container.keyvalue
Methods in org.apache.hadoop.ozone.container.keyvalue that return DataScanResultModifier and TypeMethodDescriptionKeyValueContainerCheck.fullCheck(org.apache.hadoop.hdfs.util.DataTransferThrottler throttler, org.apache.hadoop.hdfs.util.Canceler canceler) full checks comprise scanning all metadata inside the container.KeyValueContainer.scanData(org.apache.hadoop.hdfs.util.DataTransferThrottler throttler, org.apache.hadoop.hdfs.util.Canceler canceler) -
Uses of DataScanResult in org.apache.hadoop.ozone.container.ozoneimpl
Methods in org.apache.hadoop.ozone.container.ozoneimpl that return DataScanResultModifier and TypeMethodDescriptionstatic DataScanResultDataScanResult.deleted()Constructs a data scan result representing a container that was deleted during the scan.static DataScanResultDataScanResult.fromErrors(List<ContainerScanError> errors, ContainerMerkleTreeWriter dataTree) Constructs a data scan result whose health will be determined based on the presence of errors.static DataScanResultDataScanResult.unhealthyMetadata(MetadataScanResult result) Constructs an unhealthy data scan result which was aborted before scanning any data due to a metadata error.