org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetApplicationReportRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.GetApplicationReportRequestProto>
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationReportRequestPBImpl
- All Implemented Interfaces:
- GetApplicationReportRequest
public class GetApplicationReportRequestPBImpl
- extends ProtoBase<YarnServiceProtos.GetApplicationReportRequestProto>
- implements GetApplicationReportRequest
GetApplicationReportRequestPBImpl
public GetApplicationReportRequestPBImpl()
GetApplicationReportRequestPBImpl
public GetApplicationReportRequestPBImpl(YarnServiceProtos.GetApplicationReportRequestProto proto)
getProto
public YarnServiceProtos.GetApplicationReportRequestProto getProto()
- Specified by:
getProto in class ProtoBase<YarnServiceProtos.GetApplicationReportRequestProto>
getApplicationId
public ApplicationId getApplicationId()
- Description copied from interface:
GetApplicationReportRequest
- Get the
ApplicationId of the application.
- Specified by:
getApplicationId in interface GetApplicationReportRequest
- Returns:
ApplicationId of the application
setApplicationId
public void setApplicationId(ApplicationId applicationId)
- Description copied from interface:
GetApplicationReportRequest
- Set the
ApplicationId of the application
- Specified by:
setApplicationId in interface GetApplicationReportRequest
- Parameters:
applicationId - ApplicationId of the application
Copyright © 2012 Apache Software Foundation. All Rights Reserved.