public class GetContainersRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
| Constructor | Description |
|---|---|
GetContainersRequestPBImpl() |
|
GetContainersRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptId() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto |
getProto() |
|
int |
hashCode() |
|
void |
setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) |
|
java.lang.String |
toString() |
public GetContainersRequestPBImpl()
public GetContainersRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto 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.Objectpublic org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
getApplicationAttemptId in class org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequestpublic void setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId)
setApplicationAttemptId in class org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequestCopyright © 2008–2025 Apache Software Foundation. All rights reserved.