Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.api.records | |
org.apache.hadoop.yarn.client.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
abstract List<QueueUserACLInfo> |
GetQueueUserAclsInfoResponse.getUserAclsInfoList()
Get the
QueueUserACLInfo per queue for the user. |
Modifier and Type | Method and Description |
---|---|
static GetQueueUserAclsInfoResponse |
GetQueueUserAclsInfoResponse.newInstance(List<QueueUserACLInfo> queueUserAclsList) |
abstract void |
GetQueueUserAclsInfoResponse.setUserAclsInfoList(List<QueueUserACLInfo> queueUserAclsList) |
Modifier and Type | Method and Description |
---|---|
static QueueUserACLInfo |
QueueUserACLInfo.newInstance(String queueName,
List<QueueACL> acls) |
Modifier and Type | Method and Description |
---|---|
abstract List<QueueUserACLInfo> |
YarnClient.getQueueAclsInfo()
Get information about acls for current user on all the
existing queues.
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.