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
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
admin, emptySnapshot, FAMILY, name, 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(HBaseTestingUtility 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
getNumReplicas, getValidMethodName, setup, tearDown, tearDownAfterClass
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestMobCloneSnapshotFromClientNormal
public 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(HBaseTestingUtility util, org.apache.hadoop.hbase.TableName tableName, long expectedRows) throws IOException - Overrides:
verifyRowCountin classCloneSnapshotFromClientTestBase- Throws:
IOException
-