java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.AppAttemptInfo

public class AppAttemptInfo extends Object
  • Field Details

    • id

      protected int id
    • startTime

      protected long startTime
    • finishedTime

      protected long finishedTime
    • containerId

      protected String containerId
    • nodeHttpAddress

      protected String nodeHttpAddress
    • nodeId

      protected String nodeId
    • blacklistedNodes

      protected String blacklistedNodes
    • appAttemptId

      protected String appAttemptId
  • Constructor Details

  • Method Details

    • getAttemptId

      public int getAttemptId()
    • getStartTime

      public long getStartTime()
    • getFinishedTime

      public long getFinishedTime()
    • getNodeHttpAddress

      public String getNodeHttpAddress()
    • getLogsLink

      public String getLogsLink()
    • getAppAttemptId

      public String getAppAttemptId()
    • getAppAttemptState

      public RMAppAttemptState getAppAttemptState()