Class TestLoadAndSwitchEncodeOnDisk
java.lang.Object
org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
Uses the load tester
-
Field Summary
FieldsModifier 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.TestMiniClusterLoadSequential
CF, compression, conf, dataBlockEncoding, isMultiPut, NUM_RS, NUM_THREADS, numKeys, readerThreads, TABLE, TEST_UTIL, TIMEOUT_MS, writerThreads -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidassertAllOnLine(org.apache.hadoop.hbase.client.Table t) voidloadTest()protected intnumKeys()static Collection<Object[]>Un-parameterize the testMethods inherited from class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
createPreSplitLoadTestTable, getColumnDesc, 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
-
TestLoadAndSwitchEncodeOnDisk
public TestLoadAndSwitchEncodeOnDisk()
-
-
Method Details
-
parameters
Un-parameterize the test -
numKeys
- Overrides:
numKeysin classTestMiniClusterLoadSequential
-
loadTest
- Overrides:
loadTestin classTestMiniClusterLoadSequential- Throws:
Exception
-
assertAllOnLine
- Throws:
IOException
-