Uses of Enum Class
org.apache.hadoop.tools.DistCpOptions.FileAttribute
Packages that use DistCpOptions.FileAttribute
-
Uses of DistCpOptions.FileAttribute in org.apache.hadoop.tools
Methods in org.apache.hadoop.tools that return DistCpOptions.FileAttributeModifier and TypeMethodDescriptionstatic DistCpOptions.FileAttributeDistCpOptions.FileAttribute.getAttribute(char symbol) static DistCpOptions.FileAttributeReturns the enum constant of this class with the specified name.static DistCpOptions.FileAttribute[]DistCpOptions.FileAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.tools that return types with arguments of type DistCpOptions.FileAttributeMethods in org.apache.hadoop.tools with parameters of type DistCpOptions.FileAttributeModifier and TypeMethodDescriptionbooleanDistCpOptions.shouldPreserve(DistCpOptions.FileAttribute attribute) Checks if the input attribute should be preserved or not.