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
HistoryEvent
HistoryEvent
. If no more events left, return null.IOException
Copyright © 2009 The Apache Software Foundation