Generated by
JDiff

Class org.apache.hadoop.hdfs.server.namenode.FSImage

Removed Constructors
FSImage(File) Represents an Image (image and edit file).
 

Removed Methods
void saveFSImage() Save the contents of the FS image and create empty edits.
 

Added Methods
FSNamesystem getFSNamesystem()  
boolean getRestoreFailedStorage()  
void moveCurrent(StorageDirectory) Move {@code current} to {@code lastcheckpoint.tmp} and recreate empty {@code current}.
void moveLastCheckpoint(StorageDirectory) Move {@code lastcheckpoint.tmp} to {@code previous.checkpoint}
byte[] readBytes(DataInputStream)  
String readString(DataInputStream)  
void saveCurrent(StorageDirectory) Save current image and empty journal into {@code current} directory.
void setRestoreFailedStorage(boolean)  
 

Added Fields
CheckpointStates ckptState Can fs-image be rolled
FSEditLog editLog  
FSNamesystem namesystem