@Private
@Unstable
public class GetApplicationAttemptsResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
| Constructor | Description |
|---|---|
GetApplicationAttemptsResponsePBImpl() |
|
GetApplicationAttemptsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.List<org.apache.hadoop.yarn.api.records.ApplicationAttemptReport> |
getApplicationAttemptList() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setApplicationAttemptList(java.util.List<org.apache.hadoop.yarn.api.records.ApplicationAttemptReport> applicationAttempts) |
|
java.lang.String |
toString() |
public GetApplicationAttemptsResponsePBImpl()
public GetApplicationAttemptsResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto proto)
public java.util.List<org.apache.hadoop.yarn.api.records.ApplicationAttemptReport> getApplicationAttemptList()
getApplicationAttemptList in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponsepublic void setApplicationAttemptList(java.util.List<org.apache.hadoop.yarn.api.records.ApplicationAttemptReport> applicationAttempts)
setApplicationAttemptList in class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponsepublic org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.