Uses of Class
org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
Packages that use MultithreadedTestUtil.TestThread
-
Uses of MultithreadedTestUtil.TestThread in org.apache.hadoop.hbase
Subclasses of MultithreadedTestUtil.TestThread in org.apache.hadoop.hbaseModifier and TypeClassDescriptionstatic classThread that does single-row reads in a table, looking for partially completed rows.static classThread that does random full-row writes into a table.static classThread that does full scans of the table looking for any partially completed rows.static classA test thread that performs a repeating operation.private static classFields in org.apache.hadoop.hbase with type parameters of type MultithreadedTestUtil.TestThreadModifier and TypeFieldDescriptionprivate Set<MultithreadedTestUtil.TestThread>MultithreadedTestUtil.TestContext.testThreadsMethods in org.apache.hadoop.hbase with parameters of type MultithreadedTestUtil.TestThreadModifier and TypeMethodDescriptionvoidMultithreadedTestUtil.TestContext.addThread(MultithreadedTestUtil.TestThread t) -
Uses of MultithreadedTestUtil.TestThread in org.apache.hadoop.hbase.regionserver
Subclasses of MultithreadedTestUtil.TestThread in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionprivate classprivate classstatic classThread that does full scans of the table looking for any partially completed rows.static classThread that does full scans of the table looking for any partially completed rows.static class