org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetAllApplicationsResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.GetAllApplicationsResponseProto>
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAllApplicationsResponsePBImpl
- All Implemented Interfaces:
- GetAllApplicationsResponse
public class GetAllApplicationsResponsePBImpl
- extends ProtoBase<YarnServiceProtos.GetAllApplicationsResponseProto>
- implements GetAllApplicationsResponse
GetAllApplicationsResponsePBImpl
public GetAllApplicationsResponsePBImpl()
GetAllApplicationsResponsePBImpl
public GetAllApplicationsResponsePBImpl(YarnServiceProtos.GetAllApplicationsResponseProto proto)
getApplicationList
public List<ApplicationReport> getApplicationList()
- Description copied from interface:
GetAllApplicationsResponse
- Get
ApplicationReport for all applications.
- Specified by:
getApplicationList in interface GetAllApplicationsResponse
- Returns:
ApplicationReport for all applications
setApplicationList
public void setApplicationList(List<ApplicationReport> applications)
- Specified by:
setApplicationList in interface GetAllApplicationsResponse
getProto
public YarnServiceProtos.GetAllApplicationsResponseProto getProto()
- Specified by:
getProto in class ProtoBase<YarnServiceProtos.GetAllApplicationsResponseProto>
Copyright © 2012 Apache Software Foundation. All Rights Reserved.