Class GetQueueUserAclsInfoResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetQueueUserAclsInfoResponse
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<QueueUserACLInfo>Get theQueueUserACLInfoper queue for the user.static GetQueueUserAclsInfoResponsenewInstance(List<QueueUserACLInfo> queueUserAclsList) abstract voidsetUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList)
-
Constructor Details
-
GetQueueUserAclsInfoResponse
public GetQueueUserAclsInfoResponse()
-
-
Method Details
-
newInstance
@Private @Unstable public static GetQueueUserAclsInfoResponse newInstance(List<QueueUserACLInfo> queueUserAclsList) -
getUserAclsInfoList
Get theQueueUserACLInfoper queue for the user.- Returns:
QueueUserACLInfoper queue for the user
-
setUserAclsInfoList
@Private @Unstable public abstract void setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList)
-