Class TestLoadAndSwitchEncodeOnDisk
java.lang.Object
org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
org.apache.hadoop.hbase.io.encoding.TestLoadAndSwitchEncodeOnDisk
Uses the load tester
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
assertAllOnLine
(org.apache.hadoop.hbase.client.Table t) void
loadTest()
protected int
numKeys()
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:
numKeys
in classTestMiniClusterLoadSequential
-
loadTest
- Overrides:
loadTest
in classTestMiniClusterLoadSequential
- Throws:
Exception
-
assertAllOnLine
- Throws:
IOException
-