Uses of Class
org.apache.hadoop.ozone.container.checksum.ContainerMerkleTreeWriter
Packages that use ContainerMerkleTreeWriter
Package
Description
This package contains classes handling container level checksums.
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 ContainerMerkleTreeWriter in org.apache.hadoop.ozone.container.checksum
Methods in org.apache.hadoop.ozone.container.checksum with parameters of type ContainerMerkleTreeWriterModifier and TypeMethodDescriptionorg.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos.ContainerChecksumInfoContainerChecksumTreeManager.updateTree(ContainerData data, ContainerMerkleTreeWriter treeWriter) Called by the container scanner and reconciliation to update the merkle tree persisted to disk. -
Uses of ContainerMerkleTreeWriter in org.apache.hadoop.ozone.container.common.interfaces
Methods in org.apache.hadoop.ozone.container.common.interfaces with parameters of type ContainerMerkleTreeWriterModifier and TypeMethodDescriptionabstract voidHandler.updateContainerChecksum(Container container, ContainerMerkleTreeWriter treeWriter) Updates the container checksum information on disk and in memory and sends an ICR if the container checksum was changed from its previous value. -
Uses of ContainerMerkleTreeWriter in org.apache.hadoop.ozone.container.keyvalue
Methods in org.apache.hadoop.ozone.container.keyvalue with parameters of type ContainerMerkleTreeWriterModifier and TypeMethodDescriptionvoidKeyValueHandler.updateContainerChecksum(Container container, ContainerMerkleTreeWriter treeWriter) -
Uses of ContainerMerkleTreeWriter in org.apache.hadoop.ozone.container.ozoneimpl
Methods in org.apache.hadoop.ozone.container.ozoneimpl that return ContainerMerkleTreeWriterMethods in org.apache.hadoop.ozone.container.ozoneimpl with parameters of type ContainerMerkleTreeWriterModifier 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.voidContainerController.updateContainerChecksum(long containerId, ContainerMerkleTreeWriter treeWriter) Updates the container checksum information on disk and in memory.