public class TestMobRestoreSnapshotFromClient extends TestRestoreSnapshotFromClient
FAMILY, tableName, TEST_FAMILY2, TEST_UTIL| Constructor and Description |
|---|
TestMobRestoreSnapshotFromClient() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
countRows(Table table,
byte[]... families) |
protected void |
createTable() |
protected HColumnDescriptor |
getTestRestoreSchemaChangeHCD() |
static void |
setupCluster() |
protected static void |
setupConf(Configuration conf) |
protected void |
verifyRowCount(HBaseTestingUtility util,
TableName tableName,
long expectedRows) |
getNumReplicas, setup, tearDown, tearDownAfterClass, testCloneAndRestoreSnapshot, testCloneSnapshotOfCloned, testCorruptedSnapshot, testRestoreSchemaChange, testRestoreSnapshotpublic static void setupCluster()
throws java.lang.Exception
java.lang.Exceptionprotected static void setupConf(Configuration conf)
protected void createTable()
throws java.lang.Exception
createTable in class TestRestoreSnapshotFromClientjava.lang.Exceptionprotected HColumnDescriptor getTestRestoreSchemaChangeHCD()
getTestRestoreSchemaChangeHCD in class TestRestoreSnapshotFromClientprotected void verifyRowCount(HBaseTestingUtility util, TableName tableName, long expectedRows) throws java.io.IOException
verifyRowCount in class TestRestoreSnapshotFromClientjava.io.IOExceptionprotected int countRows(Table table, byte[]... families) throws java.io.IOException
countRows in class TestRestoreSnapshotFromClientjava.io.IOException