Class ApplicationReportSerDeser

java.lang.Object
org.apache.hadoop.yarn.service.utils.JsonSerDeser<SerializedApplicationReport>
org.apache.hadoop.yarn.service.utils.ApplicationReportSerDeser

public class ApplicationReportSerDeser extends JsonSerDeser<SerializedApplicationReport>
  • Constructor Details

    • ApplicationReportSerDeser

      public ApplicationReportSerDeser()
  • Method Details

    • toString

      public static String toString(SerializedApplicationReport instance) throws com.fasterxml.jackson.core.JsonProcessingException
      Convert an instance to a JSON string -sync access to a shared ser/deser object instance
      Parameters:
      instance - object to convert
      Returns:
      a JSON string description
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException - parse problems