Interface SafeMode
- All Known Subinterfaces:
Namesystem
- All Known Implementing Classes:
FSNamesystem
@Private
public interface SafeMode
SafeMode related operations.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIs the system in safe mode?booleanIs the system in startup safe mode, i.e. the system is starting up with safe mode turned on automatically?
-
Method Details
-
isInSafeMode
boolean isInSafeMode()Is the system in safe mode? -
isInStartupSafeMode
boolean isInStartupSafeMode()Is the system in startup safe mode, i.e. the system is starting up with safe mode turned on automatically?
-