Package org.apache.hadoop.hbase.util
Class TestMiniClusterLoadEncoded
java.lang.Object
org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel
org.apache.hadoop.hbase.util.TestMiniClusterLoadEncoded
Runs a load test on a mini HBase cluster with data block encoding turned on. Compared to other
 load-test-style unit tests, this one writes a smaller amount of data, but goes through all
 available data block encoding algorithms.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final booleanWe do not alternate the multi-put flag in this test.Fields inherited from class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequentialCF, compression, conf, dataBlockEncoding, isMultiPut, NUM_RS, NUM_THREADS, numKeys, readerThreads, TABLE, TEST_UTIL, TIMEOUT_MS, writerThreads
- 
Constructor SummaryConstructorsConstructorDescriptionTestMiniClusterLoadEncoded(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding) 
- 
Method SummaryMethods inherited from class org.apache.hadoop.hbase.util.TestMiniClusterLoadParallelloadTestMethods inherited from class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequentialcreatePreSplitLoadTestTable, getColumnDesc, numKeys, prepareForLoadTest, prepareReaderThreads, prepareWriterThreads, runLoadTestOnExistingTable, setUp, tearDown
- 
Field Details- 
CLASS_RULE
- 
USE_MULTI_PUTWe do not alternate the multi-put flag in this test.- See Also:
 
 
- 
- 
Constructor Details- 
TestMiniClusterLoadEncoded
 
- 
- 
Method Details- 
parameters
 
-