限定符和类型 | 方法和说明 |
---|---|
Token<DelegationTokenIdentifier> |
DistributedFileSystem.getDelegationToken(String renewer) |
Token<DelegationTokenIdentifier> |
DistributedFileSystem.getDelegationToken(Text renewer)
已过时。
|
Token<DelegationTokenIdentifier> |
DFSClient.getDelegationToken(Text renewer) |
protected Token<DelegationTokenIdentifier> |
HftpFileSystem.selectHdfsDelegationToken() |
protected Token<DelegationTokenIdentifier> |
HsftpFileSystem.selectHftpDelegationToken() |
protected Token<DelegationTokenIdentifier> |
HftpFileSystem.selectHftpDelegationToken() |
限定符和类型 | 方法和说明 |
---|---|
void |
DistributedFileSystem.cancelDelegationToken(Token<DelegationTokenIdentifier> token)
已过时。
Use Token.cancel instead.
|
void |
DFSClient.cancelDelegationToken(Token<DelegationTokenIdentifier> token)
已过时。
Use Token.cancel instead.
|
long |
DistributedFileSystem.renewDelegationToken(Token<DelegationTokenIdentifier> token)
已过时。
Use Token.renew instead.
|
long |
DFSClient.renewDelegationToken(Token<DelegationTokenIdentifier> token)
已过时。
Use Token.renew instead.
|
static String |
DFSClient.stringifyToken(Token<DelegationTokenIdentifier> token)
A test method for printing out tokens
|
限定符和类型 | 方法和说明 |
---|---|
Token<DelegationTokenIdentifier> |
ClientProtocol.getDelegationToken(Text renewer)
Get a valid Delegation Token.
|
限定符和类型 | 方法和说明 |
---|---|
void |
ClientProtocol.cancelDelegationToken(Token<DelegationTokenIdentifier> token)
Cancel an existing delegation token.
|
long |
ClientProtocol.renewDelegationToken(Token<DelegationTokenIdentifier> token)
Renew an existing delegation token.
|
限定符和类型 | 方法和说明 |
---|---|
DelegationTokenIdentifier |
DelegationTokenSecretManager.createIdentifier() |
限定符和类型 | 方法和说明 |
---|---|
static Token<DelegationTokenIdentifier> |
DelegationTokenSelector.selectHdfsDelegationToken(InetSocketAddress nnAddr,
UserGroupInformation ugi,
Configuration conf)
Select the delegation token for hdfs from the ugi.
|
限定符和类型 | 方法和说明 |
---|---|
void |
DelegationTokenSecretManager.addPersistedDelegationToken(DelegationTokenIdentifier identifier,
long expiryTime)
This method is intended to be used only while reading edit logs.
|
long |
DelegationTokenSecretManager.getTokenExpiryTime(DelegationTokenIdentifier dtId)
Returns expiry time of a token given its identifier.
|
void |
DelegationTokenSecretManager.updatePersistedTokenCancellation(DelegationTokenIdentifier identifier)
Update the token cache with the cancel record in edit logs
|
void |
DelegationTokenSecretManager.updatePersistedTokenRenewal(DelegationTokenIdentifier identifier,
long expiryTime)
Update the token cache with renewal record in edit logs.
|
限定符和类型 | 方法和说明 |
---|---|
Token<DelegationTokenIdentifier> |
NameNode.getDelegationToken(Text renewer) |
Token<DelegationTokenIdentifier> |
FSNamesystem.getDelegationToken(Text renewer) |
限定符和类型 | 方法和说明 |
---|---|
void |
NameNode.cancelDelegationToken(Token<DelegationTokenIdentifier> token) |
void |
FSNamesystem.cancelDelegationToken(Token<DelegationTokenIdentifier> token) |
long |
NameNode.renewDelegationToken(Token<DelegationTokenIdentifier> token) |
long |
FSNamesystem.renewDelegationToken(Token<DelegationTokenIdentifier> token) |
限定符和类型 | 方法和说明 |
---|---|
static void |
DelegationTokenFetcher.cancelDelegationToken(String protocol,
InetSocketAddress addr,
Token<DelegationTokenIdentifier> tok,
Configuration conf)
Cancel a Delegation Token.
|
static long |
DelegationTokenFetcher.renewDelegationToken(String protocol,
InetSocketAddress addr,
Token<DelegationTokenIdentifier> tok,
Configuration conf)
Renew a Delegation Token.
|
限定符和类型 | 字段和说明 |
---|---|
static AbstractDelegationTokenSelector<DelegationTokenIdentifier> |
WebHdfsFileSystem.DT_SELECTOR
Token selector
|
限定符和类型 | 方法和说明 |
---|---|
Token<DelegationTokenIdentifier> |
WebHdfsFileSystem.getDelegationToken(String renewer) |
static Token<DelegationTokenIdentifier> |
JsonUtil.toDelegationToken(Map<?,?> json)
Convert a Json map to a Token of DelegationTokenIdentifier.
|
限定符和类型 | 方法和说明 |
---|---|
static Token<DelegationTokenIdentifier> |
TokenCache.getDelegationToken(Credentials credentials,
String namenode) |
Copyright © 2009 The Apache Software Foundation