| Package | Description |
|---|---|
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.hdfs.security.token.delegation | |
| org.apache.hadoop.mapreduce.v2.api | |
| org.apache.hadoop.security.token.delegation | |
| org.apache.hadoop.yarn.security.client |
| Modifier and Type | Method and Description |
|---|---|
void |
Hdfs.cancelDelegationToken(Token<? extends AbstractDelegationTokenIdentifier> token)
Deprecated.
Use Token.cancel instead.
|
long |
Hdfs.renewDelegationToken(Token<? extends AbstractDelegationTokenIdentifier> token)
Deprecated.
Use Token.renew instead.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegationTokenIdentifier
A delegation token identifier that is specific to HDFS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MRDelegationTokenIdentifier
TokenIdentifier that identifies delegation tokens
issued by JobHistoryServer to delegate
MR tasks talking to the JobHistoryServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier> |
class |
AbstractDelegationTokenSelector<TokenIdent extends AbstractDelegationTokenIdentifier>
Look through tokens to find the first delegation token that matches the
service and return it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RMDelegationTokenIdentifier
Delegation Token Identifier that identifies the delegation tokens from the
Resource Manager.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.