public interface AMRMProxyApplicationContext
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.security.token.Token<org.apache.hadoop.yarn.security.AMRMTokenIdentifier> | getAMRMToken()Gets the application's AMRMToken that is issued by the RM. | 
| org.apache.hadoop.yarn.api.records.ApplicationAttemptId | getApplicationAttemptId()Gets the application attempt identifier. | 
| org.apache.hadoop.conf.Configuration | getConf()Gets the configuration object instance. | 
| org.apache.hadoop.security.Credentials | getCredentials()Gets the credentials of this application. | 
| org.apache.hadoop.security.token.Token<org.apache.hadoop.yarn.security.AMRMTokenIdentifier> | getLocalAMRMToken()Gets the application's local AMRMToken issued by the proxy service. | 
| Context | getNMCotext()Gets the NMContext object. | 
| org.apache.hadoop.registry.client.api.RegistryOperations | getRegistryClient()Gets the registry client. | 
| String | getUser()Gets the application submitter. | 
org.apache.hadoop.conf.Configuration getConf()
org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
String getUser()
org.apache.hadoop.security.token.Token<org.apache.hadoop.yarn.security.AMRMTokenIdentifier> getAMRMToken()
org.apache.hadoop.security.token.Token<org.apache.hadoop.yarn.security.AMRMTokenIdentifier> getLocalAMRMToken()
Context getNMCotext()
org.apache.hadoop.security.Credentials getCredentials()
org.apache.hadoop.registry.client.api.RegistryOperations getRegistryClient()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.