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.Methods 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 TypeClassDescriptionstatic 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