public static interface JobHistory.Listener
Modifier and Type | Method and Description |
---|---|
void |
handle(JobHistory.RecordTypes recType,
java.util.Map<JobHistory.Keys,java.lang.String> values)
Callback method for history parser.
|
void handle(JobHistory.RecordTypes recType, java.util.Map<JobHistory.Keys,java.lang.String> values) throws java.io.IOException
recType
- type of record, which is the first entry in the line.values
- a map of key-value pairs as thry appear in history.java.io.IOException
Copyright © 2009 The Apache Software Foundation