Uses of Enum Class
org.apache.hadoop.tools.DistCpOptionSwitch
Packages that use DistCpOptionSwitch
-
Uses of DistCpOptionSwitch in org.apache.hadoop.tools
Methods in org.apache.hadoop.tools that return DistCpOptionSwitchModifier and TypeMethodDescriptionstatic DistCpOptionSwitchReturns the enum constant of this class with the specified name.static DistCpOptionSwitch[]DistCpOptionSwitch.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.tools with parameters of type DistCpOptionSwitchModifier and TypeMethodDescriptionstatic voidDistCpOptionSwitch.addToConf(Configuration conf, DistCpOptionSwitch option) Helper function to set an option to hadoop configuration objectstatic voidDistCpOptionSwitch.addToConf(Configuration conf, DistCpOptionSwitch option, String value) Helper function to add an option to hadoop configuration object