| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Map<ApplicationAccessType,java.lang.String> |
RegisterApplicationMasterResponse.getApplicationACLs() |
Get the
ApplicationACLs for the application. |
| Modifier and Type | Method | Description |
|---|---|---|
static RegisterApplicationMasterResponse |
RegisterApplicationMasterResponse.newInstance(Resource minCapability,
Resource maxCapability,
java.util.Map<ApplicationAccessType,java.lang.String> acls,
java.nio.ByteBuffer key,
java.util.List<Container> containersFromPreviousAttempt,
java.lang.String queue,
java.util.List<NMToken> nmTokensFromPreviousAttempts) |
|
abstract void |
RegisterApplicationMasterResponse.setApplicationACLs(java.util.Map<ApplicationAccessType,java.lang.String> acls) |
Set the
ApplicationACLs for the application. |
| Modifier and Type | Method | Description |
|---|---|---|
static ApplicationAccessType |
ApplicationAccessType.valueOf(java.lang.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 | Description |
|---|---|---|
abstract java.util.Map<ApplicationAccessType,java.lang.String> |
ContainerLaunchContext.getApplicationACLs() |
Get the
ApplicationACLs for the application. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
ContainerLaunchContext.setApplicationACLs(java.util.Map<ApplicationAccessType,java.lang.String> acls) |
Set the
ApplicationACLs for the application. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.