org.apache.hadoop.yarn.api.protocolrecords
Interface GetAllApplicationsResponse


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface GetAllApplicationsResponse

The response sent by the ResourceManager to a client requesting an ApplicationReport for all applications.

The ApplicationReport for each application includes details such as user, queue, name, host on which the ApplicationMaster is running, RPC port, tracking URL, diagnostics, start time etc.

See Also:
ApplicationReport, ClientRMProtocol.getAllApplications(GetAllApplicationsRequest)

Method Summary
 List<ApplicationReport> getApplicationList()
          Get ApplicationReport for all applications.
 

Method Detail

getApplicationList

@InterfaceAudience.Public
@InterfaceStability.Stable
List<ApplicationReport> getApplicationList()
Get ApplicationReport for all applications.

Returns:
ApplicationReport for all applications


Copyright © 2013 Apache Software Foundation. All Rights Reserved.