Uses of Class
org.apache.hadoop.yarn.api.records.QueueUserACLInfo
Packages that use QueueUserACLInfo
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of QueueUserACLInfo in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type QueueUserACLInfoModifier and TypeMethodDescriptionabstract List<QueueUserACLInfo>GetQueueUserAclsInfoResponse.getUserAclsInfoList()Get theQueueUserACLInfoper queue for the user.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type QueueUserACLInfoModifier and TypeMethodDescriptionstatic GetQueueUserAclsInfoResponseGetQueueUserAclsInfoResponse.newInstance(List<QueueUserACLInfo> queueUserAclsList) abstract voidGetQueueUserAclsInfoResponse.setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList) -
Uses of QueueUserACLInfo in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return QueueUserACLInfo -
Uses of QueueUserACLInfo in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type QueueUserACLInfoModifier and TypeMethodDescriptionabstract List<QueueUserACLInfo>YarnClient.getQueueAclsInfo()Get information about acls for current user on all the existing queues.