public static interface JobHistory.Listener
Modifier and Type | Method and Description |
---|---|
void |
handle(JobHistory.RecordTypes recType,
Map<JobHistory.Keys,String> values)
Callback method for history parser.
|
void handle(JobHistory.RecordTypes recType, Map<JobHistory.Keys,String> values) throws 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.IOException
Copyright © 2010 The Apache Software Foundation