Uses of Class
org.apache.hadoop.yarn.api.records.ApplicationAccessType

Packages that use ApplicationAccessType
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.logaggregation   
 

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
abstract  Map<ApplicationAccessType,String> RegisterApplicationMasterResponse.getApplicationACLs()
          Get the ApplicationACLs for the application.
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ApplicationAccessType
static RegisterApplicationMasterResponse RegisterApplicationMasterResponse.newInstance(Resource minCapability, Resource maxCapability, Map<ApplicationAccessType,String> acls, ByteBuffer key, List<Container> containersFromPreviousAttempt, String queue, List<NMToken> nmTokensFromPreviousAttempts)
           
abstract  void RegisterApplicationMasterResponse.setApplicationACLs(Map<ApplicationAccessType,String> acls)
          Set the ApplicationACLs 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
abstract  Map<ApplicationAccessType,String> ContainerLaunchContext.getApplicationACLs()
          Get the ApplicationACLs for the application.
 

Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type ApplicationAccessType
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)
           
abstract  void ContainerLaunchContext.setApplicationACLs(Map<ApplicationAccessType,String> acls)
          Set the ApplicationACLs 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 ApplicationAccessType
 Map<ApplicationAccessType,String> AggregatedLogFormat.LogReader.getApplicationAcls()
          Returns ACLs for the application.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.