@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
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testMetaUpdatedFlagInROOT() throws Exception
Exception
public void testMasterCrashDuringMetaMigration() throws Exception
Exception
public int createMultiRegionsWithWritableSerialization(Configuration c, byte[] tableName, int numRegions) throws IOException
IOException
public int createMultiRegionsWithWritableSerialization(Configuration c, byte[] tableName, byte[][] startKeys) throws IOException
IOException
public int createMultiRegionsWithWritableSerialization(Configuration c, TableName tableName, byte[][] startKeys) throws IOException
IOException