@Private
@Unstable
public class GetQueueInfoRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequest
| Constructor | Description |
|---|---|
GetQueueInfoRequestPBImpl() |
|
GetQueueInfoRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueInfoRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
boolean |
getIncludeApplications() |
|
boolean |
getIncludeChildQueues() |
|
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueInfoRequestProto |
getProto() |
|
java.lang.String |
getQueueName() |
|
boolean |
getRecursive() |
|
java.lang.String |
getSubClusterId() |
|
int |
hashCode() |
|
void |
setIncludeApplications(boolean includeApplications) |
|
void |
setIncludeChildQueues(boolean includeChildQueues) |
|
void |
setQueueName(java.lang.String queueName) |
|
void |
setRecursive(boolean recursive) |
|
void |
setSubClusterId(java.lang.String subClusterId) |
|
java.lang.String |
toString() |
public GetQueueInfoRequestPBImpl()
public GetQueueInfoRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueInfoRequestProto proto)
public boolean getIncludeApplications()
getIncludeApplications in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic boolean getIncludeChildQueues()
getIncludeChildQueues in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic java.lang.String getQueueName()
getQueueName in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic boolean getRecursive()
getRecursive in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic void setIncludeApplications(boolean includeApplications)
setIncludeApplications in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic void setIncludeChildQueues(boolean includeChildQueues)
setIncludeChildQueues in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic void setQueueName(java.lang.String queueName)
setQueueName in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic void setRecursive(boolean recursive)
setRecursive in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic java.lang.String getSubClusterId()
getSubClusterId in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic void setSubClusterId(java.lang.String subClusterId)
setSubClusterId in class org.apache.hadoop.yarn.api.protocolrecords.GetQueueInfoRequestpublic org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueInfoRequestProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.