Uses of Enum
org.apache.hadoop.ozone.container.ozoneimpl.ContainerScanError.FailureType
Packages that use ContainerScanError.FailureType
Package
Description
Ozone main that calls into the container layer.
-
Uses of ContainerScanError.FailureType in org.apache.hadoop.ozone.container.ozoneimpl
Methods in org.apache.hadoop.ozone.container.ozoneimpl that return ContainerScanError.FailureTypeModifier and TypeMethodDescriptionContainerScanError.getFailureType()Returns the enum constant of this type with the specified name.static ContainerScanError.FailureType[]ContainerScanError.FailureType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hadoop.ozone.container.ozoneimpl with parameters of type ContainerScanError.FailureTypeModifierConstructorDescriptionContainerScanError(ContainerScanError.FailureType failure, File unhealthyFile, Exception exception)