org.apache.hadoop.yarn.api.protocolrecords
Class GetQueueUserAclsInfoResponse

java.lang.Object
  extended by 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)

Constructor Summary
GetQueueUserAclsInfoResponse()
           
 
Method Summary
abstract  List<QueueUserACLInfo> getUserAclsInfoList()
          Get the QueueUserACLInfo per queue for the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetQueueUserAclsInfoResponse

public GetQueueUserAclsInfoResponse()
Method Detail

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.