org.apache.hadoop.yarn.api.protocolrecords
Class GetQueueUserAclsInfoRequest
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoRequest
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract class GetQueueUserAclsInfoRequest
- extends Object
The request sent by clients to the ResourceManager
to
get queue acls for the current user.
Currently, this is empty.
- See Also:
ApplicationClientProtocol.getQueueUserAcls(GetQueueUserAclsInfoRequest)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetQueueUserAclsInfoRequest
public GetQueueUserAclsInfoRequest()
newInstance
@InterfaceAudience.Public
@InterfaceStability.Stable
public static GetQueueUserAclsInfoRequest newInstance()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.