@Deprecated public class TestMetaMigrationConvertingToPB extends Object
| Constructor and Description |
|---|
TestMetaMigrationConvertingToPB()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
createMultiRegionsWithWritableSerialization(Configuration c,
byte[] tableName,
byte[][] startKeys)
Deprecated.
|
int |
createMultiRegionsWithWritableSerialization(Configuration c,
byte[] tableName,
int numRegions)
Deprecated.
Inserts multiple regions into hbase:meta using Writable serialization instead of PB
|
int |
createMultiRegionsWithWritableSerialization(Configuration c,
TableName tableName,
byte[][] startKeys)
Deprecated.
Inserts multiple regions into hbase:meta using Writable serialization instead of PB
|
static void |
setUpBeforeClass()
Deprecated.
|
static void |
tearDownAfterClass()
Deprecated.
|
void |
testMasterCrashDuringMetaMigration()
Deprecated.
This test assumes a master crash/failure during the meta migration process
and attempts to continue the meta migration process when a new master takes over.
|
void |
testMetaMigration()
Deprecated.
|
void |
testMetaUpdatedFlagInROOT()
Deprecated.
|
public TestMetaMigrationConvertingToPB()
public static void setUpBeforeClass()
throws Exception
Exceptionpublic static void tearDownAfterClass()
throws Exception
Exceptionpublic void testMetaUpdatedFlagInROOT()
throws Exception
Exceptionpublic void testMasterCrashDuringMetaMigration()
throws Exception
Exceptionpublic int createMultiRegionsWithWritableSerialization(Configuration c,
byte[] tableName,
int numRegions)
throws IOException
IOExceptionpublic int createMultiRegionsWithWritableSerialization(Configuration c,
byte[] tableName,
byte[][] startKeys)
throws IOException
IOExceptionpublic int createMultiRegionsWithWritableSerialization(Configuration c,
TableName tableName,
byte[][] startKeys)
throws IOException
IOException