Class GetQueueUserAclsInfoResponse

java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse

@Public @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:
  • Constructor Details

    • GetQueueUserAclsInfoResponse

      public GetQueueUserAclsInfoResponse()
  • Method Details

    • newInstance

      @Private @Unstable public static GetQueueUserAclsInfoResponse newInstance(List<QueueUserACLInfo> queueUserAclsList)
    • getUserAclsInfoList

      @Public @Stable public abstract List<QueueUserACLInfo> getUserAclsInfoList()
      Get the QueueUserACLInfo per queue for the user.
      Returns:
      QueueUserACLInfo per queue for the user
    • setUserAclsInfoList

      @Private @Unstable public abstract void setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList)