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 Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final boolean
We do not alternate the multi-put flag in this test.Fields inherited from class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
CF, compression, conf, dataBlockEncoding, isMultiPut, NUM_RS, NUM_THREADS, numKeys, readerThreads, TABLE, TEST_UTIL, TIMEOUT_MS, writerThreads
-
Constructor Summary
ConstructorDescriptionTestMiniClusterLoadEncoded
(org.apache.hadoop.hbase.io.encoding.DataBlockEncoding encoding) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.util.TestMiniClusterLoadParallel
loadTest
Methods inherited from class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
createPreSplitLoadTestTable, getColumnDesc, numKeys, prepareForLoadTest, prepareReaderThreads, prepareWriterThreads, runLoadTestOnExistingTable, setUp, tearDown
-
Field Details
-
CLASS_RULE
-
USE_MULTI_PUT
We do not alternate the multi-put flag in this test.- See Also:
-
-
Constructor Details
-
TestMiniClusterLoadEncoded
-
-
Method Details
-
parameters
-