Class MultithreadedTestUtil.TestThread

java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
MultithreadedTestUtil.RepeatingTestThread, TestAtomicOperation.CheckAndPutThread, TestAtomicOperation.PutThread, TestCachedClusterId.GetClusterIdThread
Enclosing class:
MultithreadedTestUtil

public abstract static class MultithreadedTestUtil.TestThread extends Thread
A thread that can be added to a test context, and properly passes exceptions through.