|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationAccessType | |
---|---|
org.apache.hadoop.yarn.api.protocolrecords | |
org.apache.hadoop.yarn.api.records |
Uses of ApplicationAccessType in org.apache.hadoop.yarn.api.protocolrecords |
---|
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ApplicationAccessType | |
---|---|
Map<ApplicationAccessType,String> |
RegisterApplicationMasterResponse.getApplicationACLs()
Get the ApplicationACL s for the application. |
Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ApplicationAccessType | |
---|---|
void |
RegisterApplicationMasterResponse.setApplicationACLs(Map<ApplicationAccessType,String> acls)
Set the ApplicationACL s for the application. |
Uses of ApplicationAccessType in org.apache.hadoop.yarn.api.records |
---|
Methods in org.apache.hadoop.yarn.api.records that return ApplicationAccessType | |
---|---|
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. |
Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type ApplicationAccessType | |
---|---|
Map<ApplicationAccessType,String> |
ContainerLaunchContext.getApplicationACLs()
Get the ApplicationACL s for the application. |
Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type ApplicationAccessType | |
---|---|
void |
ContainerLaunchContext.setApplicationACLs(Map<ApplicationAccessType,String> acls)
Set the ApplicationACL s for the application. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |