Class ContainerScanError
java.lang.Object
org.apache.hadoop.ozone.container.ozoneimpl.ContainerScanError
This class is used to identify any error that may be seen while scanning a container.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRepresents the reason a container scan failed and a container should be marked unhealthy. -
Constructor Summary
ConstructorsConstructorDescriptionContainerScanError(ContainerScanError.FailureType failure, File unhealthyFile, Exception exception) -
Method Summary
-
Constructor Details
-
ContainerScanError
public ContainerScanError(ContainerScanError.FailureType failure, File unhealthyFile, Exception exception)
-
-
Method Details