Class TimelineParserForDataToRetrieve
java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineParserForDataToRetrieve
- All Implemented Interfaces:
Closeable,AutoCloseable
Used for parsing metrics or configs to retrieve.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimelineParserForDataToRetrieve
-
-
Method Details
-
parse
public TimelineFilterList parse() throws org.apache.hadoop.yarn.server.timelineservice.reader.TimelineParseException- Throws:
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineParseException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-