|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.GetQueueInfoRequestProto>
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetQueueInfoRequestPBImpl
public class GetQueueInfoRequestPBImpl
| Constructor Summary | |
|---|---|
GetQueueInfoRequestPBImpl()
|
|
GetQueueInfoRequestPBImpl(YarnServiceProtos.GetQueueInfoRequestProto proto)
|
|
| Method Summary | |
|---|---|
boolean |
getIncludeApplications()
Is information about active applications |
boolean |
getIncludeChildQueues()
Is information about child queues required? |
YarnServiceProtos.GetQueueInfoRequestProto |
getProto()
|
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? |
| Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase |
|---|
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetQueueInfoRequestPBImpl()
public GetQueueInfoRequestPBImpl(YarnServiceProtos.GetQueueInfoRequestProto proto)
| Method Detail |
|---|
public boolean getIncludeApplications()
GetQueueInfoRequest
getIncludeApplications in interface GetQueueInfoRequesttrue if applications' information is to be included,
else falsepublic boolean getIncludeChildQueues()
GetQueueInfoRequest
getIncludeChildQueues in interface GetQueueInfoRequesttrue if information about child queues is required,
else falsepublic String getQueueName()
GetQueueInfoRequest
getQueueName in interface GetQueueInfoRequestpublic boolean getRecursive()
GetQueueInfoRequest
getRecursive in interface GetQueueInfoRequesttrue if information about entire hierarchy is
required, false otherwisepublic void setIncludeApplications(boolean includeApplications)
GetQueueInfoRequest
setIncludeApplications in interface GetQueueInfoRequestincludeApplications - fetch information about active
applications?public void setIncludeChildQueues(boolean includeChildQueues)
GetQueueInfoRequest
setIncludeChildQueues in interface GetQueueInfoRequestincludeChildQueues - fetch information about child queues?public void setQueueName(String queueName)
GetQueueInfoRequest
setQueueName in interface GetQueueInfoRequestqueueName - queue name for which to get queue informationpublic void setRecursive(boolean recursive)
GetQueueInfoRequest
setRecursive in interface GetQueueInfoRequestrecursive - fetch information on the entire child queue
hierarchy?public YarnServiceProtos.GetQueueInfoRequestProto getProto()
getProto in class ProtoBase<YarnServiceProtos.GetQueueInfoRequestProto>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||