AMRMProxyApplicationContextImplpublic interface AMRMProxyApplicationContext
| Modifier and Type | Method | 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 |
getNMContext() |
Gets the NMContext object.
|
org.apache.hadoop.registry.client.api.RegistryOperations |
getRegistryClient() |
Gets the registry client.
|
java.lang.String |
getUser() |
Gets the application submitter.
|
org.apache.hadoop.conf.Configuration getConf()
org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
java.lang.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 getNMContext()
org.apache.hadoop.security.Credentials getCredentials()
org.apache.hadoop.registry.client.api.RegistryOperations getRegistryClient()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.