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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsRequest
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationAttemptsRequestPBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class GetApplicationAttemptsRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsRequest


Constructor Summary
GetApplicationAttemptsRequestPBImpl()
           
GetApplicationAttemptsRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsRequestProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsRequestProto getProto()
           
 int hashCode()
           
 void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsRequest
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetApplicationAttemptsRequestPBImpl

public GetApplicationAttemptsRequestPBImpl()

GetApplicationAttemptsRequestPBImpl

public GetApplicationAttemptsRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsRequestProto proto)
Method Detail

getProto

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

setApplicationId

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.