public interface JobHistoryParser extends Closeable
JobHistoryParser defines the interface of a Job History file parser.| 限定符和类型 | 方法和说明 |
|---|---|
HistoryEvent |
nextEvent()
Get the next
HistoryEvent |
HistoryEvent nextEvent() throws IOException
HistoryEventHistoryEvent. If no more events left, return null.IOExceptionCopyright © 2009 The Apache Software Foundation