org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetApplicationAttemptsResponsePBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationAttemptsResponsePBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetApplicationAttemptsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse


Constructor Summary
GetApplicationAttemptsResponsePBImpl()
           
GetApplicationAttemptsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 List<org.apache.hadoop.yarn.api.records.ApplicationAttemptReport> getApplicationAttemptList()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto getProto()
           
 int hashCode()
           
 void setApplicationAttemptList(List<org.apache.hadoop.yarn.api.records.ApplicationAttemptReport> applicationAttempts)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetApplicationAttemptsResponsePBImpl

public GetApplicationAttemptsResponsePBImpl()

GetApplicationAttemptsResponsePBImpl

public GetApplicationAttemptsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto proto)
Method Detail

getApplicationAttemptList

public List<org.apache.hadoop.yarn.api.records.ApplicationAttemptReport> getApplicationAttemptList()
Specified by:
getApplicationAttemptList in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse

setApplicationAttemptList

public void setApplicationAttemptList(List<org.apache.hadoop.yarn.api.records.ApplicationAttemptReport> applicationAttempts)
Specified by:
setApplicationAttemptList in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse

getProto

public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto 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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.