Package org.apache.hadoop.yarn.ams
Interface ApplicationMasterServiceContext
public interface ApplicationMasterServiceContext
This is a marker interface for a context object that is injected into
the ApplicationMasterService processor. The processor implementation
is free to type cast this based on the availability of the context's
implementation in the classpath.