org.apache.hadoop.yarn.api.records.impl.pb
Class QueueUserACLInfoPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.QueueUserACLInfo
org.apache.hadoop.yarn.api.records.impl.pb.QueueUserACLInfoPBImpl
@InterfaceAudience.Private
@InterfaceStability.Unstable
public class QueueUserACLInfoPBImpl
- extends org.apache.hadoop.yarn.api.records.QueueUserACLInfo
| Methods inherited from class org.apache.hadoop.yarn.api.records.QueueUserACLInfo |
newInstance |
QueueUserACLInfoPBImpl
public QueueUserACLInfoPBImpl()
QueueUserACLInfoPBImpl
public QueueUserACLInfoPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.QueueUserACLInfoProto proto)
getQueueName
public String getQueueName()
- Specified by:
getQueueName in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
getUserAcls
public List<org.apache.hadoop.yarn.api.records.QueueACL> getUserAcls()
- Specified by:
getUserAcls in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
setQueueName
public void setQueueName(String queueName)
- Specified by:
setQueueName in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
setUserAcls
public void setUserAcls(List<org.apache.hadoop.yarn.api.records.QueueACL> userAclsList)
- Specified by:
setUserAcls in class org.apache.hadoop.yarn.api.records.QueueUserACLInfo
getProto
public org.apache.hadoop.yarn.proto.YarnProtos.QueueUserACLInfoProto getProto()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 Apache Software Foundation. All Rights Reserved.