Package | Description |
---|---|
org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.logaggregation |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.logaggregation.filecontroller |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
abstract Map<ApplicationAccessType,String> |
RegisterApplicationMasterResponse.getApplicationACLs()
Get the
ApplicationACL s for the application. |
Modifier and Type | Method and Description |
---|---|
static ApplicationAccessType |
ApplicationAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationAccessType[] |
ApplicationAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Map<ApplicationAccessType,String> |
ContainerLaunchContext.getApplicationACLs()
Get the
ApplicationACL s for the application. |
Modifier and Type | Method and Description |
---|---|
static ContainerLaunchContext |
ContainerLaunchContext.newInstance(Map<String,LocalResource> localResources,
Map<String,String> environment,
List<String> commands,
Map<String,ByteBuffer> serviceData,
ByteBuffer tokens,
Map<ApplicationAccessType,String> acls) |
static ContainerLaunchContext |
ContainerLaunchContext.newInstance(Map<String,LocalResource> localResources,
Map<String,String> environment,
List<String> commands,
Map<String,ByteBuffer> serviceData,
ByteBuffer tokens,
Map<ApplicationAccessType,String> acls,
ContainerRetryContext containerRetryContext) |
abstract void |
ContainerLaunchContext.setApplicationACLs(Map<ApplicationAccessType,String> acls)
Set the
ApplicationACL s for the application. |
Modifier and Type | Method and Description |
---|---|
Map<ApplicationAccessType,String> |
AggregatedLogFormat.LogReader.getApplicationAcls()
Returns ACLs for the application.
|
Modifier and Type | Method and Description |
---|---|
abstract Map<ApplicationAccessType,String> |
LogAggregationFileController.getApplicationAcls(Path aggregatedLogPath,
ApplicationId appId)
Returns ACLs for the application.
|
Copyright © 2024 Apache Software Foundation. All rights reserved.