Uses of Interface
org.apache.hadoop.ozone.container.common.interfaces.ScanResult
Packages that use ScanResult
Package
Description
This package contains common ozone container interfaces.
Common container utils.
This package contains classes for KeyValue container type.
Ozone main that calls into the container layer.
-
Uses of ScanResult in org.apache.hadoop.ozone.container.common.interfaces
Methods in org.apache.hadoop.ozone.container.common.interfaces with parameters of type ScanResultModifier and TypeMethodDescriptionabstract voidHandler.markContainerUnhealthy(Container container, ScanResult reason) Marks the container Unhealthy. -
Uses of ScanResult in org.apache.hadoop.ozone.container.common.utils
Methods in org.apache.hadoop.ozone.container.common.utils with parameters of type ScanResultModifier and TypeMethodDescriptionstatic voidContainerLogger.logUnhealthy(ContainerData containerData, ScanResult reason) Logged when a container is moved to the unhealthy state. -
Uses of ScanResult in org.apache.hadoop.ozone.container.keyvalue
Methods in org.apache.hadoop.ozone.container.keyvalue with parameters of type ScanResultModifier and TypeMethodDescriptionvoidKeyValueHandler.markContainerUnhealthy(Container container, ScanResult reason) -
Uses of ScanResult in org.apache.hadoop.ozone.container.ozoneimpl
Classes in org.apache.hadoop.ozone.container.ozoneimpl that implement ScanResultModifier and TypeClassDescriptionfinal classRepresents the result of a container data scan.classRepresents the result of a container metadata scan.Methods in org.apache.hadoop.ozone.container.ozoneimpl with parameters of type ScanResultModifier and TypeMethodDescriptionvoidContainerScanHelper.handleUnhealthyScanResult(ContainerData containerData, ScanResult result) booleanContainerController.markContainerUnhealthy(long containerId, ScanResult reason) Marks the container as UNHEALTHY.