public class HistoryFileManager.HistoryFileInfo extends Object
Modifier and Type | Method and Description |
---|---|
Path |
getConfFile() |
JobId |
getJobId() |
JobIndexInfo |
getJobIndexInfo() |
boolean |
isDeleted() |
Configuration |
loadConfFile() |
Job |
loadJob()
Parse a job from the JobHistoryFile, if the underlying file is not going
to be deleted.
|
String |
toString() |
public boolean isDeleted()
public Job loadJob() throws IOException
IOException
- if there is an error trying to read the file.public JobIndexInfo getJobIndexInfo()
public JobId getJobId()
public Path getConfFile()
public Configuration loadConfFile() throws IOException
IOException
Copyright © 2013 Apache Software Foundation. All rights reserved.