public class TestMobRestoreFlushSnapshotFromClient extends TestRestoreFlushSnapshotFromClient
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
admin, FAMILY, snapshot0Rows, snapshot1Rows, snapshotName0, snapshotName1, snapshotName2, tableName, UTIL| Constructor and Description |
|---|
TestMobRestoreFlushSnapshotFromClient() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
countRows(Table table,
byte[]... families) |
protected void |
createTable() |
static void |
setupCluster() |
protected static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
protected void |
verifyRowCount(HBaseTestingUtility util,
TableName tableName,
long expectedRows) |
setup, tearDown, tearDownAfterClass, testCloneNonExistentSnapshot, testCloneSnapshot, testRestoreSnapshot, testRestoreSnapshotOfCloned, testTakeFlushSnapshotpublic static final HBaseClassTestRule CLASS_RULE
public TestMobRestoreFlushSnapshotFromClient()
public static void setupCluster() throws Exception
Exceptionprotected static void setupConf(org.apache.hadoop.conf.Configuration conf)
protected void createTable() throws Exception
createTable in class TestRestoreFlushSnapshotFromClientExceptionprotected void verifyRowCount(HBaseTestingUtility util, TableName tableName, long expectedRows) throws IOException
verifyRowCount in class TestRestoreFlushSnapshotFromClientIOExceptionprotected int countRows(Table table, byte[]... families) throws IOException
countRows in class TestRestoreFlushSnapshotFromClientIOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.