Generated by
JDiff

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

Removed Methods
void close() Shutdown the file store.
void createEditLogFile(File)  
void open() Create empty edit log files.
 

Added Methods
Iterator getOutputStreamIterator(JournalType) Get stream iterator for the specified type.
void setBufferCapacity(int)  
 

Changed Methods
void logOpenFile(String, INodeFileUnderConstruction) Change in exceptions thrown from java.io.IOException to no exceptions.
Add open lease record to edit log.
void logSync() Change in exceptions thrown from java.io.IOException to no exceptions.
Sync all modifications done by this thread.