org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetApplicationAttemptsResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationAttemptsResponsePBImpl
@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetApplicationAttemptsResponsePBImpl
- extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
| Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse |
newInstance |
GetApplicationAttemptsResponsePBImpl
public GetApplicationAttemptsResponsePBImpl()
GetApplicationAttemptsResponsePBImpl
public GetApplicationAttemptsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto proto)
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.