NativeSingleLineParser, RmSingleLineParserpublic interface SingleLineParser
ResourceSkylines and stores them.| Modifier and Type | Method | Description |
|---|---|---|
void |
parseLine(java.lang.String logLine,
java.util.Map<java.lang.String,JobMetaData> jobMetas,
java.util.Map<RecurrenceId,java.util.List<ResourceSkyline>> skylineRecords) |
Parse one line in the log file, extract the
ResourceSkylines and
store them. |
void parseLine(java.lang.String logLine,
java.util.Map<java.lang.String,JobMetaData> jobMetas,
java.util.Map<RecurrenceId,java.util.List<ResourceSkyline>> skylineRecords)
throws DataFieldNotFoundException,
java.text.ParseException
ResourceSkylines and
store them.logLine - one line in the log file.jobMetas - the job metadata collected during parsing.skylineRecords - the valid ResourceSkylines extracted from the
log.DataFieldNotFoundException - if certain data fields are not found in
the log.java.text.ParseException - if it fails to convert date string to
unix timestamp successfully.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.