|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetQueueInfoRequest
The request sent by clients to get queue information
from the ResourceManager.
ApplicationClientProtocol.getQueueInfo(GetQueueInfoRequest)| Constructor Summary | |
|---|---|
GetQueueInfoRequest()
|
|
| Method Summary | |
|---|---|
abstract boolean |
getIncludeApplications()
Is information about active applications |
abstract boolean |
getIncludeChildQueues()
Is information about child queues required? |
abstract String |
getQueueName()
Get the queue name for which to get queue information. |
abstract boolean |
getRecursive()
Is information on the entire child queue hierarchy required? |
static GetQueueInfoRequest |
newInstance(String queueName,
boolean includeApplications,
boolean includeChildQueues,
boolean recursive)
|
abstract void |
setIncludeApplications(boolean includeApplications)
Should we get fetch information about active applications? |
abstract void |
setIncludeChildQueues(boolean includeChildQueues)
Should we fetch information about child queues? |
abstract void |
setQueueName(String queueName)
Set the queue name for which to get queue information |
abstract void |
setRecursive(boolean recursive)
Should we fetch information on the entire child queue hierarchy? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetQueueInfoRequest()
| Method Detail |
|---|
@InterfaceAudience.Public
@InterfaceStability.Stable
public static GetQueueInfoRequest newInstance(String queueName,
boolean includeApplications,
boolean includeChildQueues,
boolean recursive)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract String getQueueName()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setQueueName(String queueName)
queueName - queue name for which to get queue information@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean getIncludeApplications()
true if applications' information is to be included,
else false@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setIncludeApplications(boolean includeApplications)
includeApplications - fetch information about active
applications?@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean getIncludeChildQueues()
true if information about child queues is required,
else false@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setIncludeChildQueues(boolean includeChildQueues)
includeChildQueues - fetch information about child queues?@InterfaceAudience.Public @InterfaceStability.Stable public abstract boolean getRecursive()
true if information about entire hierarchy is
required, false otherwise@InterfaceAudience.Public @InterfaceStability.Stable public abstract void setRecursive(boolean recursive)
recursive - fetch information on the entire child queue
hierarchy?
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||