| Modifier and Type | Method and Description |
|---|---|
Token<AMRMTokenIdentifier> |
ResourceMgrDelegate.getAMRMToken(ApplicationId appId) |
| Modifier and Type | Method and Description |
|---|---|
abstract Token<AMRMTokenIdentifier> |
YarnClient.getAMRMToken(ApplicationId appId)
Get the AMRM token of the application.
|
| Modifier and Type | Method and Description |
|---|---|
Token<AMRMTokenIdentifier> |
YarnClientImpl.getAMRMToken(ApplicationId appId) |
| Modifier and Type | Method and Description |
|---|---|
Token<AMRMTokenIdentifier> |
AMRMTokenSelector.selectToken(Text service,
Collection<Token<? extends TokenIdentifier>> tokens) |
| Modifier and Type | Method and Description |
|---|---|
protected Token<AMRMTokenIdentifier> |
AMLauncher.getAMRMToken() |
| Modifier and Type | Method and Description |
|---|---|
Token<AMRMTokenIdentifier> |
RMAppAttempt.getAMRMToken()
The AMRMToken belonging to this app attempt
|
Token<AMRMTokenIdentifier> |
RMAppAttemptImpl.getAMRMToken() |
| Modifier and Type | Method and Description |
|---|---|
AMRMTokenIdentifier |
AMRMTokenSecretManager.createIdentifier()
Creates an empty TokenId to be used for de-serializing an
AMRMTokenIdentifier by the RPC layer. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
AMRMTokenSecretManager.createPassword(AMRMTokenIdentifier identifier)
Create a password for a given
AMRMTokenIdentifier. |
byte[] |
AMRMTokenSecretManager.retrievePassword(AMRMTokenIdentifier identifier)
Retrieve the password for the given
AMRMTokenIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
void |
AMRMTokenSecretManager.addPersistedPassword(Token<AMRMTokenIdentifier> token)
Populate persisted password of AMRMToken back to AMRMTokenSecretManager.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.