Uses of Class
org.apache.hadoop.ozone.container.ozoneimpl.MetadataScanResult
Packages that use MetadataScanResult
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 MetadataScanResult in org.apache.hadoop.ozone.container.common.interfaces
Methods in org.apache.hadoop.ozone.container.common.interfaces that return MetadataScanResultModifier and TypeMethodDescriptionContainer.scanMetaData()check and report the structural integrity of the container. -
Uses of MetadataScanResult in org.apache.hadoop.ozone.container.keyvalue
Methods in org.apache.hadoop.ozone.container.keyvalue that return MetadataScanResultModifier and TypeMethodDescriptionKeyValueContainerCheck.fastCheck()Run basic integrity checks on container metadata.KeyValueContainer.scanMetaData() -
Uses of MetadataScanResult in org.apache.hadoop.ozone.container.ozoneimpl
Subclasses of MetadataScanResult in org.apache.hadoop.ozone.container.ozoneimplModifier and TypeClassDescriptionfinal classRepresents the result of a container data scan.Methods in org.apache.hadoop.ozone.container.ozoneimpl that return MetadataScanResultModifier and TypeMethodDescriptionstatic MetadataScanResultMetadataScanResult.deleted()Constructs a metadata scan result representing a container that was deleted during the scan.static MetadataScanResultMetadataScanResult.fromErrors(List<ContainerScanError> errors) Constructs a metadata scan result whose health will be determined based on the presence of errors.Methods in org.apache.hadoop.ozone.container.ozoneimpl with parameters of type MetadataScanResultModifier and TypeMethodDescriptionstatic DataScanResultDataScanResult.unhealthyMetadata(MetadataScanResult result) Constructs an unhealthy data scan result which was aborted before scanning any data due to a metadata error.