@InterfaceAudience.Private public static class FileJournalManager.EditLogFile extends Object
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
long |
getFirstTxId() |
long |
getLastTxId() |
boolean |
isInProgress() |
void |
moveAsideEmptyFile() |
String |
toString() |
void |
validateLog()
Find out where the edit log ends.
|
public long getFirstTxId()
public long getLastTxId()
public void validateLog()
throws IOException
IOExceptionpublic boolean isInProgress()
public File getFile()
public void moveAsideEmptyFile()
throws IOException
IOExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.