org.apache.hadoop.yarn.api.protocolrecords
Class GetApplicationsRequest
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationsRequest
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class GetApplicationsRequest
- extends Object
The request from clients to get a report of Applications
in the cluster from the ResourceManager
.
- See Also:
ApplicationClientProtocol.getApplications(GetApplicationsRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetApplicationsRequest
public GetApplicationsRequest()
newInstance
@InterfaceAudience.Public
@InterfaceStability.Stable
public static GetApplicationsRequest newInstance()
newInstance
@InterfaceAudience.Public
@InterfaceStability.Stable
public static GetApplicationsRequest newInstance(Set<String> applicationTypes)
getApplicationTypes
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract Set<String> getApplicationTypes()
- Get the application types to filter applications on
- Returns:
- Set of Application Types to filter on
Copyright © 2013 Apache Software Foundation. All Rights Reserved.