org.apache.hadoop.yarn.api.protocolrecords
Class GetQueueUserAclsInfoResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class GetQueueUserAclsInfoResponse
- extends Object
The response sent by the ResourceManager
to clients
seeking queue acls for the user.
The response contains a list of QueueUserACLInfo
which
provides information about QueueACL
per queue.
- See Also:
QueueACL
,
QueueUserACLInfo
,
ApplicationClientProtocol.getQueueUserAcls(GetQueueUserAclsInfoRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetQueueUserAclsInfoResponse
public GetQueueUserAclsInfoResponse()
getUserAclsInfoList
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract List<QueueUserACLInfo> getUserAclsInfoList()
- Get the
QueueUserACLInfo
per queue for the user.
- Returns:
QueueUserACLInfo
per queue for the user
Copyright © 2014 Apache Software Foundation. All Rights Reserved.