Package org.apache.hadoop.hbase.client
Class TestMobRestoreSnapshotFromClientAfterSplittingRegions
java.lang.Object
org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
org.apache.hadoop.hbase.client.RestoreSnapshotFromClientAfterSplittingRegionsTestBase
org.apache.hadoop.hbase.client.TestMobRestoreSnapshotFromClientAfterSplittingRegions
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestMobRestoreSnapshotFromClientAfterSplittingRegions
extends RestoreSnapshotFromClientAfterSplittingRegionsTestBase
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
admin, emptySnapshot, FAMILY, numReplicas, snapshot0Rows, snapshot1Rows, snapshotName0, snapshotName1, snapshotName2, tableName, TEST_FAMILY2, TEST_UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcountRows(org.apache.hadoop.hbase.client.Table table, byte[]... families) protected voidstatic voidprotected static voidsetupConf(org.apache.hadoop.conf.Configuration conf) protected voidverifyRowCount(HBaseTestingUtil util, org.apache.hadoop.hbase.TableName tableName, long expectedRows) Methods inherited from class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientAfterSplittingRegionsTestBase
testRestoreSnapshotAfterSplittingRegionsMethods inherited from class org.apache.hadoop.hbase.client.RestoreSnapshotFromClientTestBase
getValidMethodName, parameters, setUp, splitRegion, tearDown, tearDownAfterClass
-
Constructor Details
-
TestMobRestoreSnapshotFromClientAfterSplittingRegions
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
setupConf
-
createTable
- Overrides:
createTablein classRestoreSnapshotFromClientTestBase- Throws:
Exception
-
verifyRowCount
protected void verifyRowCount(HBaseTestingUtil util, org.apache.hadoop.hbase.TableName tableName, long expectedRows) throws IOException - Overrides:
verifyRowCountin classRestoreSnapshotFromClientTestBase- Throws:
IOException
-
countRows
protected int countRows(org.apache.hadoop.hbase.client.Table table, byte[]... families) throws IOException - Overrides:
countRowsin classRestoreSnapshotFromClientTestBase- Throws:
IOException
-