public interface JobHistoryParser extends Closeable
JobHistoryParser defines the interface of a Job History file parser.| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.jobhistory.HistoryEvent |
nextEvent()
Get the next
HistoryEvent |
org.apache.hadoop.mapreduce.jobhistory.HistoryEvent nextEvent()
throws IOException
HistoryEventHistoryEvent. If no more events left, return null.IOExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.