Package org.apache.hadoop.yarn.ams


@Public package org.apache.hadoop.yarn.ams
Public api for Application Master Service interceptors.
  • Class
    Description
    org.apache.hadoop.yarn.ams.ApplicationMasterServiceContext
    This is a marker interface for a context object that is injected into the ApplicationMasterService processor.
    org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessor
    Interface to abstract out the the actual processing logic of the Application Master Service.
    org.apache.hadoop.yarn.ams.ApplicationMasterServiceUtils
    Utility methods to be used by ApplicationMasterServiceProcessor.