@InterfaceAudience.Private
 @InterfaceStability.Unstable
public class QueueUserACLInfoPBImpl
extends org.apache.hadoop.yarn.api.records.QueueUserACLInfo
| Constructor and Description | 
|---|
| QueueUserACLInfoPBImpl() | 
| QueueUserACLInfoPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.QueueUserACLInfoProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| org.apache.hadoop.yarn.proto.YarnProtos.QueueUserACLInfoProto | getProto() | 
| String | getQueueName() | 
| List<org.apache.hadoop.yarn.api.records.QueueACL> | getUserAcls() | 
| int | hashCode() | 
| void | setQueueName(String queueName) | 
| void | setUserAcls(List<org.apache.hadoop.yarn.api.records.QueueACL> userAclsList) | 
| String | toString() | 
public QueueUserACLInfoPBImpl()
public QueueUserACLInfoPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.QueueUserACLInfoProto proto)
public String getQueueName()
getQueueName in class org.apache.hadoop.yarn.api.records.QueueUserACLInfopublic List<org.apache.hadoop.yarn.api.records.QueueACL> getUserAcls()
getUserAcls in class org.apache.hadoop.yarn.api.records.QueueUserACLInfopublic void setQueueName(String queueName)
setQueueName in class org.apache.hadoop.yarn.api.records.QueueUserACLInfopublic void setUserAcls(List<org.apache.hadoop.yarn.api.records.QueueACL> userAclsList)
setUserAcls in class org.apache.hadoop.yarn.api.records.QueueUserACLInfopublic org.apache.hadoop.yarn.proto.YarnProtos.QueueUserACLInfoProto getProto()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.