@InterfaceAudience.Private public static class DFSClient.Renewer extends TokenRenewer
| 构造器和说明 |
|---|
DFSClient.Renewer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cancel(Token<?> token,
Configuration conf)
Cancel the given token
|
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 long renew(Token<?> token, Configuration conf) throws IOException
TokenRenewerrenew 在类中 TokenRenewerIOExceptionpublic void cancel(Token<?> token, Configuration conf) throws IOException
TokenRenewercancel 在类中 TokenRenewerIOExceptionpublic boolean isManaged(Token<?> token) throws IOException
TokenRenewerisManaged 在类中 TokenRenewertoken - the token being checkedIOExceptionCopyright © 2009 The Apache Software Foundation