abstract static class TestMetaTableAccessor.MetaTask extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
(package private) org.apache.hadoop.hbase.client.Connection |
connection |
(package private) int |
count |
(package private) boolean |
stop |
(package private) Throwable |
t |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
MetaTask(org.apache.hadoop.hbase.client.Connection connection,
String name) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isProgressing() |
(package private) abstract void |
metaTask() |
void |
run() |
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
boolean stop
int count
final org.apache.hadoop.hbase.client.Connection connection
boolean isProgressing() throws InterruptedException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.