java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationImpl
All Implemented Interfaces:
org.apache.hadoop.yarn.event.EventHandler<ApplicationEvent>, Application

public class ApplicationImpl extends Object implements Application
The state machine for the representation of an Application within the NodeManager.
  • Constructor Details

    • ApplicationImpl

      public ApplicationImpl(org.apache.hadoop.yarn.event.Dispatcher dispatcher, String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.security.Credentials credentials, Context context)
    • ApplicationImpl

      public ApplicationImpl(org.apache.hadoop.yarn.event.Dispatcher dispatcher, String user, ApplicationImpl.FlowContext flowContext, org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.security.Credentials credentials, Context context, long recoveredLogInitedTime)
    • ApplicationImpl

      public ApplicationImpl(org.apache.hadoop.yarn.event.Dispatcher dispatcher, String user, ApplicationImpl.FlowContext flowContext, org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.security.Credentials credentials, Context context)
  • Method Details