Class TimelineParserForDataToRetrieve

java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineParserForDataToRetrieve
All Implemented Interfaces:
Closeable, AutoCloseable

@Private @Unstable public class TimelineParserForDataToRetrieve extends Object
Used for parsing metrics or configs to retrieve.
  • Constructor Details

    • TimelineParserForDataToRetrieve

      public TimelineParserForDataToRetrieve(String expression)
  • 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:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable