Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsResponse
Packages that use GetApplicationsResponse
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of GetApplicationsResponse in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api that return GetApplicationsResponseModifier and TypeMethodDescriptionApplicationBaseProtocol.getApplications(GetApplicationsRequest request) The interface used by clients to get a report of Applications matching the filters defined byGetApplicationsRequestin the cluster from theResourceManagerorApplicationHistoryServer. -
Uses of GetApplicationsResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetApplicationsResponseModifier and TypeMethodDescriptionstatic GetApplicationsResponseGetApplicationsResponse.newInstance(Collection<ApplicationReport> applications) static GetApplicationsResponseGetApplicationsResponse.newInstance(List<ApplicationReport> applications)