@InterfaceAudience.Private public static class HftpFileSystem.TokenManager extends TokenRenewer
| 构造器和说明 |
|---|
HftpFileSystem.TokenManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancel(Token<?> token,
Configuration conf)
Cancel the given token
|
protected String |
getUnderlyingProtocol() |
boolean |
handleKind(Text kind)
Does this renewer handle this kind of token?
|
boolean |
isManaged(Token<?> token)
Is the given token managed?
|
long |
renew(Token<?> token,
Configuration conf)
Renew the given token.
|
public boolean handleKind(Text kind)
TokenRenewerhandleKind 在类中 TokenRenewerkind - the kind of the tokenpublic boolean isManaged(Token<?> token) throws IOException
TokenRenewerisManaged 在类中 TokenRenewertoken - the token being checkedIOExceptionprotected String getUnderlyingProtocol()
public long renew(Token<?> token, Configuration conf) throws IOException
TokenRenewerrenew 在类中 TokenRenewerIOExceptionpublic void cancel(Token<?> token, Configuration conf) throws IOException
TokenRenewercancel 在类中 TokenRenewerIOExceptionCopyright © 2009 The Apache Software Foundation