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 class
Thread that does single-row reads in a table, looking for partially completed rows.static class
Thread that does random full-row writes into a table.static class
Thread that does full scans of the table looking for any partially completed rows.static class
A test thread that performs a repeating operation.private static class
Fields in org.apache.hadoop.hbase with type parameters of type MultithreadedTestUtil.TestThreadModifier and TypeFieldDescriptionprivate Set<MultithreadedTestUtil.TestThread>
MultithreadedTestUtil.TestContext.testThreads
Methods in org.apache.hadoop.hbase with parameters of type MultithreadedTestUtil.TestThreadModifier and TypeMethodDescriptionvoid
MultithreadedTestUtil.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 class
private class
static class
Thread that does full scans of the table looking for any partially completed rows.static class
Thread that does full scans of the table looking for any partially completed rows.static class