Class GetApplicationReportRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationReportRequestPBImpl
@Private
@Unstable
public class GetApplicationReportRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
-
Constructor Summary
ConstructorsConstructorDescriptionGetApplicationReportRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.api.records.ApplicationIdorg.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportRequestProtogetProto()inthashCode()voidsetApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) toString()Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
newInstance
-
Constructor Details
-
GetApplicationReportRequestPBImpl
public GetApplicationReportRequestPBImpl() -
GetApplicationReportRequestPBImpl
public GetApplicationReportRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getApplicationId
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()- Specified by:
getApplicationIdin classorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
-
setApplicationId
public void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) - Specified by:
setApplicationIdin classorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportRequest
-