@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)
TokenRenewer
handleKind
在类中 TokenRenewer
kind
- the kind of the tokenpublic boolean isManaged(Token<?> token) throws IOException
TokenRenewer
isManaged
在类中 TokenRenewer
token
- the token being checkedIOException
protected String getUnderlyingProtocol()
public long renew(Token<?> token, Configuration conf) throws IOException
TokenRenewer
renew
在类中 TokenRenewer
IOException
public void cancel(Token<?> token, Configuration conf) throws IOException
TokenRenewer
cancel
在类中 TokenRenewer
IOException
Copyright © 2009 The Apache Software Foundation