- getAllQueues() - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get information (QueueInfo) about all queues, recursively if there
is a hierarchy
- getAllQueues() - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getApplicationList() - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get a report (ApplicationReport) of all Applications in the cluster.
- getApplicationList() - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getApplicationReport(ApplicationId) - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get a report of the given Application.
- getApplicationReport(ApplicationId) - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getChildQueueInfos(String) - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get information (QueueInfo) about all the immediate children queues
of the given queue
- getChildQueueInfos(String) - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getClient() - Method in class org.apache.hadoop.yarn.client.cli.YarnCLI
-
- getClusterAvailableResources() - Method in interface org.apache.hadoop.yarn.client.AMRMClient
-
Get the currently available resources in the cluster.
- getClusterAvailableResources() - Method in class org.apache.hadoop.yarn.client.AMRMClientImpl
-
- getClusterNodeCount() - Method in interface org.apache.hadoop.yarn.client.AMRMClient
-
Get the current number of nodes in the cluster.
- getClusterNodeCount() - Method in class org.apache.hadoop.yarn.client.AMRMClientImpl
-
- getNewApplication() - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Obtain a new ApplicationId for submitting new applications.
- getNewApplication() - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getNodeReports() - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get a report of all nodes (NodeReport) in the cluster.
- getNodeReports() - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getQueueAclsInfo() - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get information about acls for current user on all the
existing queues.
- getQueueAclsInfo() - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getQueueInfo(String) - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get information (QueueInfo) about a given queue.
- getQueueInfo(String) - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getRMDelegationToken(Text) - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get a delegation token so as to be able to talk to YARN using those tokens.
- getRMDelegationToken(Text) - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getRootQueueInfos() - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get information (QueueInfo) about top level queues.
- getRootQueueInfos() - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-
- getYarnClusterMetrics() - Method in interface org.apache.hadoop.yarn.client.YarnClient
-
Get metrics (YarnClusterMetrics) about the cluster.
- getYarnClusterMetrics() - Method in class org.apache.hadoop.yarn.client.YarnClientImpl
-