Package org.apache.hadoop.hbase.client
Class TestMobCloneSnapshotFromClientNormal
java.lang.Object
org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
org.apache.hadoop.hbase.client.CloneSnapshotFromClientNormalTestBase
org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientNormal
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestMobCloneSnapshotFromClientNormal
extends CloneSnapshotFromClientNormalTestBase
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
admin, emptySnapshot, FAMILY, numReplicas, snapshot0Rows, snapshot1Rows, snapshotName0, snapshotName1, snapshotName2, tableName, TEST_UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcountRows(org.apache.hadoop.hbase.client.Table table) protected voidprotected intstatic voidprotected static voidprotected voidverifyRowCount(HBaseTestingUtil util, org.apache.hadoop.hbase.TableName tableName, long expectedRows) Methods inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientNormalTestBase
testCloneSnapshot, testCloneSnapshotCrossNamespaceMethods inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
getValidMethodName, parameters, setUp, tearDown, tearDownAfterClass
-
Constructor Details
-
TestMobCloneSnapshotFromClientNormal
-
-
Method Details
-
setupConfiguration
-
setUpBeforeClass
- Throws:
Exception
-
createTable
- Overrides:
createTablein classCloneSnapshotFromClientTestBase- Throws:
IOExceptionInterruptedException
-
numRowsToLoad
- Overrides:
numRowsToLoadin classCloneSnapshotFromClientTestBase
-
countRows
- Overrides:
countRowsin classCloneSnapshotFromClientTestBase- Throws:
IOException
-
verifyRowCount
protected void verifyRowCount(HBaseTestingUtil util, org.apache.hadoop.hbase.TableName tableName, long expectedRows) throws IOException - Overrides:
verifyRowCountin classCloneSnapshotFromClientTestBase- Throws:
IOException
-