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, testRestoreSnapshot
protected static void setupConf(Configuration conf)
protected void createTable() throws Exception
createTable
in class TestRestoreSnapshotFromClient
Exception
protected HColumnDescriptor getTestRestoreSchemaChangeHCD()
getTestRestoreSchemaChangeHCD
in class TestRestoreSnapshotFromClient
protected void verifyRowCount(HBaseTestingUtility util, TableName tableName, long expectedRows) throws IOException
verifyRowCount
in class TestRestoreSnapshotFromClient
IOException
protected int countRows(Table table, byte[]... families) throws IOException
countRows
in class TestRestoreSnapshotFromClient
IOException