Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode |
Modifier and Type | Method and Description |
---|---|
static FileJournalManager.EditLogFile |
FileJournalManager.getLogFile(File dir,
long startTxId) |
FileJournalManager.EditLogFile |
FileJournalManager.getLogFile(long startTxId) |
Modifier and Type | Method and Description |
---|---|
List<FileJournalManager.EditLogFile> |
FileJournalManager.getLogFiles(long fromTxId) |
static List<FileJournalManager.EditLogFile> |
FileJournalManager.matchEditLogs(File logDir)
returns matching edit logs via the log directory.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.