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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetNewApplicationResponsePBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetNewApplicationResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse


Constructor Summary
GetNewApplicationResponsePBImpl()
           
GetNewApplicationResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNewApplicationResponseProto proto)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetNewApplicationResponsePBImpl

public GetNewApplicationResponsePBImpl()

GetNewApplicationResponsePBImpl

public GetNewApplicationResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNewApplicationResponseProto proto)
Method Detail

getProto

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

getApplicationId

public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
Specified by:
getApplicationId in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse

setApplicationId

public void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
Specified by:
setApplicationId in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse

getMaximumResourceCapability

public org.apache.hadoop.yarn.api.records.Resource getMaximumResourceCapability()
Specified by:
getMaximumResourceCapability in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse

setMaximumResourceCapability

public void setMaximumResourceCapability(org.apache.hadoop.yarn.api.records.Resource capability)
Specified by:
setMaximumResourceCapability in class org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse


Copyright © 2014 Apache Software Foundation. All Rights Reserved.