Class MultiThreadedAction.DefaultDataGenerator

java.lang.Object
org.apache.hadoop.hbase.util.test.LoadTestDataGenerator
org.apache.hadoop.hbase.util.MultiThreadedAction.DefaultDataGenerator
Direct Known Subclasses:
LoadTestDataGeneratorWithACL, LoadTestDataGeneratorWithMOB, LoadTestDataGeneratorWithTags, LoadTestDataGeneratorWithVisibilityLabels
Enclosing class:
MultiThreadedAction

Default implementation of LoadTestDataGenerator that uses LoadTestKVGenerator, fixed set of column families, and random number of columns in range. The table for it can be created manually or, for example, via HBaseTestingUtility.createPreSplitLoadTestTable(Configuration, TableName, byte[], org.apache.hadoop.hbase.io.compress.Compression.Algorithm, org.apache.hadoop.hbase.io.encoding.DataBlockEncoding)