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
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
TestHRegionServerBulkLoad.AtomicScanReader, TestHRegionServerBulkLoad.FindBulkHBaseListener, TestHRegionServerBulkLoad.MyObserver -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final org.slf4j.LoggerFields inherited from class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
BLOCKSIZE, COMPRESSION, conf, families, NUM_CFS, QUAL, UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidrunAtomicBulkloadTest(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:
runAtomicBulkloadTestin classTestHRegionServerBulkLoad- Throws:
Exception
-