All Superinterfaces:
org.apache.hadoop.yarn.event.EventHandler<ApplicationEvent>
All Known Implementing Classes:
ApplicationImpl

public interface Application extends org.apache.hadoop.yarn.event.EventHandler<ApplicationEvent>
  • Method Details

    • getUser

      String getUser()
    • getContainers

      Map<org.apache.hadoop.yarn.api.records.ContainerId,Container> getContainers()
    • getAppId

      org.apache.hadoop.yarn.api.records.ApplicationId getAppId()
    • getApplicationState

      ApplicationState getApplicationState()
    • getFlowName

      String getFlowName()
    • getFlowVersion

      String getFlowVersion()
    • getFlowRunId

      long getFlowRunId()