public class TestMobRestoreFlushSnapshotFromClient extends TestRestoreFlushSnapshotFromClient
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) org.slf4j.Logger |
LOG |
admin, FAMILY, snapshot0Rows, snapshot1Rows, snapshotName0, snapshotName1, snapshotName2, tableName, UTIL| Constructor and Description |
|---|
TestMobRestoreFlushSnapshotFromClient() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
countRows(org.apache.hadoop.hbase.client.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,
org.apache.hadoop.hbase.TableName tableName,
long expectedRows) |
setup, tearDown, tearDownAfterClass, testCloneNonExistentSnapshot, testCloneSnapshot, testRestoreSnapshot, testRestoreSnapshotOfCloned, testTakeFlushSnapshotpublic static final HBaseClassTestRule CLASS_RULE
final org.slf4j.Logger LOG
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, org.apache.hadoop.hbase.TableName tableName, long expectedRows) throws IOException
verifyRowCount in class TestRestoreFlushSnapshotFromClientIOExceptionprotected int countRows(org.apache.hadoop.hbase.client.Table table, byte[]... families) throws IOException
countRows in class TestRestoreFlushSnapshotFromClientIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.