Class ApplicationAttemptReportPBImpl

java.lang.Object
org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
org.apache.hadoop.yarn.api.records.impl.pb.ApplicationAttemptReportPBImpl

public class ApplicationAttemptReportPBImpl extends org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
  • Constructor Details

    • ApplicationAttemptReportPBImpl

      public ApplicationAttemptReportPBImpl()
    • ApplicationAttemptReportPBImpl

      public ApplicationAttemptReportPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptReportProto proto)
  • Method Details

    • getApplicationAttemptId

      public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
      Specified by:
      getApplicationAttemptId in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getHost

      public String getHost()
      Specified by:
      getHost in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getRpcPort

      public int getRpcPort()
      Specified by:
      getRpcPort in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getTrackingUrl

      public String getTrackingUrl()
      Specified by:
      getTrackingUrl in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getOriginalTrackingUrl

      public String getOriginalTrackingUrl()
      Specified by:
      getOriginalTrackingUrl in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getDiagnostics

      public String getDiagnostics()
      Specified by:
      getDiagnostics in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getYarnApplicationAttemptState

      public org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState getYarnApplicationAttemptState()
      Specified by:
      getYarnApplicationAttemptState in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setYarnApplicationAttemptState

      public void setYarnApplicationAttemptState(org.apache.hadoop.yarn.api.records.YarnApplicationAttemptState state)
      Specified by:
      setYarnApplicationAttemptState in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setApplicationAttemptId

      public void setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId)
      Specified by:
      setApplicationAttemptId in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setHost

      public void setHost(String host)
      Specified by:
      setHost in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setRpcPort

      public void setRpcPort(int rpcPort)
      Specified by:
      setRpcPort in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setTrackingUrl

      public void setTrackingUrl(String url)
      Specified by:
      setTrackingUrl in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setOriginalTrackingUrl

      public void setOriginalTrackingUrl(String oUrl)
      Specified by:
      setOriginalTrackingUrl in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setDiagnostics

      public void setDiagnostics(String diagnostics)
      Specified by:
      setDiagnostics in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getProto

      public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationAttemptReportProto getProto()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getAMContainerId

      public org.apache.hadoop.yarn.api.records.ContainerId getAMContainerId()
      Specified by:
      getAMContainerId in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setAMContainerId

      public void setAMContainerId(org.apache.hadoop.yarn.api.records.ContainerId amContainerId)
      Specified by:
      setAMContainerId in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setStartTime

      public void setStartTime(long startTime)
      Specified by:
      setStartTime in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • setFinishTime

      public void setFinishTime(long finishTime)
      Specified by:
      setFinishTime in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getStartTime

      public long getStartTime()
      Specified by:
      getStartTime in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport
    • getFinishTime

      public long getFinishTime()
      Specified by:
      getFinishTime in class org.apache.hadoop.yarn.api.records.ApplicationAttemptReport