Java org.apache.hadoop.yarn.api.records QueueInfo fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.records QueueInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.records QueueInfo.

The text is from its open source code.

Method

ListgetApplications()
Get the running applications of the queue.
ListgetChildQueues()
Get the child queues of the queue.
floatgetCurrentCapacity()
Get the current capacity of the queue.
floatgetMaximumCapacity()
Get the maximum capacity of the queue.
StringgetQueueName()
Get the name of the queue.
QueueStategetQueueState()
Get the QueueState of the queue.