Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Modifier and Type | Method and Description |
---|---|
void |
disableBlockPoolId(String bpid)
Disallow the scanner from scanning the given block pool.
|
void |
enableBlockPoolId(String bpid)
Allow the scanner to scan the given block pool.
|
void |
markSuspectBlock(org.apache.hadoop.hdfs.protocol.ExtendedBlock block) |
void |
printStats(StringBuilder p) |
void |
run() |
void |
shutdown()
Shut down this scanner.
|
String |
toString() |
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, start, stop, stop, suspend, yield
public void printStats(StringBuilder p)
public void shutdown()
public void markSuspectBlock(org.apache.hadoop.hdfs.protocol.ExtendedBlock block)
public void enableBlockPoolId(String bpid)
bpid
- The block pool id.public void disableBlockPoolId(String bpid)
bpid
- The block pool id.Copyright © 2017 Apache Software Foundation. All Rights Reserved.