Uses of Class
org.apache.hadoop.hdfs.server.namenode.FileJournalManager.EditLogFile
Packages that use FileJournalManager.EditLogFile
-
Uses of FileJournalManager.EditLogFile in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FileJournalManager.EditLogFileModifier and TypeMethodDescriptionFileJournalManager.getLogFile(long startTxId) FileJournalManager.getLogFile(long startTxId, boolean inProgressOk) FileJournalManager.getLogFile(File dir, long startTxId) FileJournalManager.getLogFile(File dir, long startTxId, boolean inProgressOk) Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FileJournalManager.EditLogFileModifier and TypeMethodDescriptionFileJournalManager.getLogFiles(long fromTxId) static List<FileJournalManager.EditLogFile>FileJournalManager.matchEditLogs(File logDir) returns matching edit logs via the log directory.