@InterfaceAudience.Private
 @InterfaceStability.Unstable
public class GetNewApplicationResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
| Constructor and Description | 
|---|
| GetNewApplicationResponsePBImpl() | 
| GetNewApplicationResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNewApplicationResponseProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| org.apache.hadoop.yarn.api.records.ApplicationId | getApplicationId() | 
| org.apache.hadoop.yarn.api.records.Resource | getMaximumResourceCapability() | 
| org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNewApplicationResponseProto | getProto() | 
| int | hashCode() | 
| void | setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) | 
| void | setMaximumResourceCapability(org.apache.hadoop.yarn.api.records.Resource capability) | 
| String | toString() | 
public GetNewApplicationResponsePBImpl()
public GetNewApplicationResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNewApplicationResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNewApplicationResponseProto getProto()
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
getApplicationId in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponsepublic void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
setApplicationId in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponsepublic org.apache.hadoop.yarn.api.records.Resource getMaximumResourceCapability()
getMaximumResourceCapability in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponsepublic void setMaximumResourceCapability(org.apache.hadoop.yarn.api.records.Resource capability)
setMaximumResourceCapability in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponseCopyright © 2008–2023 Apache Software Foundation. All rights reserved.