@InterfaceAudience.Private public class DelegationTokenRenewer<T extends FileSystem & DelegationTokenRenewer.Renewable> extends Thread
限定符和类型 | 类和说明 |
---|---|
static interface |
DelegationTokenRenewer.Renewable
The renewable interface used by the renewer.
|
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
构造器和说明 |
---|
DelegationTokenRenewer(Class<T> clazz) |
限定符和类型 | 方法和说明 |
---|---|
void |
addRenewAction(T fs)
Add a renew action to the queue.
|
void |
run() |
void |
start() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield
Copyright © 2009 The Apache Software Foundation