Class TestHRegionServerBulkLoadWithOldClient
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoadWithOldClient
Tests bulk loading of HFiles with old non-secure client for backward compatibility. Will be
removed when old non-secure client for backward compatibility is not supported.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
TestHRegionServerBulkLoad.AtomicScanReader, TestHRegionServerBulkLoad.FindBulkHBaseListener, TestHRegionServerBulkLoad.MyObserver
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
Fields inherited from class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
BLOCKSIZE, COMPRESSION, conf, families, NUM_CFS, QUAL, UTIL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
runAtomicBulkloadTest
(org.apache.hadoop.hbase.TableName tableName, int millisToRun, int numScanners) Methods inherited from class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
createHFile, family, main, parameters, rowkey, setUpBeforeClass, setupTable, testAtomicBulkLoad
-
Field Details
-
CLASS_RULE
-
LOG
-
-
Constructor Details
-
TestHRegionServerBulkLoadWithOldClient
-
-
Method Details
-
runAtomicBulkloadTest
void runAtomicBulkloadTest(org.apache.hadoop.hbase.TableName tableName, int millisToRun, int numScanners) throws Exception - Overrides:
runAtomicBulkloadTest
in classTestHRegionServerBulkLoad
- Throws:
Exception
-