|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Stable public interface GetQueueInfoRequest
The request sent by clients to get queue information
from the ResourceManager.
ClientRMProtocol.getQueueInfo(GetQueueInfoRequest)| Method Summary | |
|---|---|
boolean |
getIncludeApplications()
Is information about active applications |
boolean |
getIncludeChildQueues()
Is information about child queues required? |
String |
getQueueName()
Get the queue name for which to get queue information. |
boolean |
getRecursive()
Is information on the entire child queue hierarchy required? |
void |
setIncludeApplications(boolean includeApplications)
Should we get fetch information about active applications? |
void |
setIncludeChildQueues(boolean includeChildQueues)
Should we fetch information about child queues? |
void |
setQueueName(String queueName)
Set the queue name for which to get queue information |
void |
setRecursive(boolean recursive)
Should we fetch information on the entire child queue hierarchy? |
| Method Detail |
|---|
String getQueueName()
void setQueueName(String queueName)
queueName - queue name for which to get queue informationboolean getIncludeApplications()
true if applications' information is to be included,
else falsevoid setIncludeApplications(boolean includeApplications)
includeApplications - fetch information about active
applications?boolean getIncludeChildQueues()
true if information about child queues is required,
else falsevoid setIncludeChildQueues(boolean includeChildQueues)
includeChildQueues - fetch information about child queues?boolean getRecursive()
true if information about entire hierarchy is
required, false otherwisevoid 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 | |||||||||