Uses of Enum Class
org.apache.hadoop.fs.SafeModeAction
Packages that use SafeModeAction
-
Uses of SafeModeAction in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return SafeModeActionModifier and TypeMethodDescriptionstatic SafeModeActionReturns the enum constant of this class with the specified name.static SafeModeAction[]SafeModeAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.fs with parameters of type SafeModeActionModifier and TypeMethodDescriptiondefault booleanSafeMode.setSafeMode(SafeModeAction action) Enter, leave, or get safe mode.booleanSafeMode.setSafeMode(SafeModeAction action, boolean isChecked) Enter, leave, or get safe mode.