Uses of Enum Class
org.apache.hadoop.yarn.api.records.ApplicationAccessType
Packages that use ApplicationAccessType
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.
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 ApplicationAccessType in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ApplicationAccessTypeModifier and TypeMethodDescriptionabstract Map<ApplicationAccessType,String> RegisterApplicationMasterResponse.getApplicationACLs()Get theApplicationACLs for the application.Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ApplicationAccessTypeModifier and TypeMethodDescriptionRegisterApplicationMasterResponse.newInstance(Resource minCapability, Resource maxCapability, Map<ApplicationAccessType, String> acls, ByteBuffer key, List<Container> containersFromPreviousAttempt, String queue, List<NMToken> nmTokensFromPreviousAttempts) abstract voidRegisterApplicationMasterResponse.setApplicationACLs(Map<ApplicationAccessType, String> acls) Set theApplicationACLs for the application. -
Uses of ApplicationAccessType in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return ApplicationAccessTypeModifier and TypeMethodDescriptionstatic ApplicationAccessTypeReturns the enum constant of this class with the specified name.static ApplicationAccessType[]ApplicationAccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type ApplicationAccessTypeModifier and TypeMethodDescriptionabstract Map<ApplicationAccessType,String> ContainerLaunchContext.getApplicationACLs()Get theApplicationACLs for the application.Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type ApplicationAccessTypeModifier and TypeMethodDescriptionabstract voidContainerLaunchContext.setApplicationACLs(Map<ApplicationAccessType, String> acls) Set theApplicationACLs for the application. -
Uses of ApplicationAccessType in org.apache.hadoop.yarn.logaggregation
Methods in org.apache.hadoop.yarn.logaggregation that return types with arguments of type ApplicationAccessTypeModifier and TypeMethodDescriptionAggregatedLogFormat.LogReader.getApplicationAcls()Returns ACLs for the application. -
Uses of ApplicationAccessType in org.apache.hadoop.yarn.logaggregation.filecontroller
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller that return types with arguments of type ApplicationAccessTypeModifier and TypeMethodDescriptionabstract Map<ApplicationAccessType,String> LogAggregationFileController.getApplicationAcls(Path aggregatedLogPath, ApplicationId appId) Returns ACLs for the application.