Class GetApplicationsResponse

java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsResponse

@Public @Stable public abstract class GetApplicationsResponse extends Object

The response sent by the ResourceManager to a client requesting an ApplicationReport for 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: