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
Fields inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
admin, emptySnapshot, FAMILY, name, snapshot0Rows, snapshot1Rows, snapshotName0, snapshotName1, snapshotName2, tableName, TEST_UTIL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
countRows
(org.apache.hadoop.hbase.client.Table table) protected void
protected int
static void
protected static void
protected void
verifyRowCount
(HBaseTestingUtil util, org.apache.hadoop.hbase.TableName tableName, long expectedRows) Methods inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientNormalTestBase
testCloneSnapshot, testCloneSnapshotCrossNamespace
Methods 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:
createTable
in classCloneSnapshotFromClientTestBase
- Throws:
IOException
InterruptedException
-
numRowsToLoad
- Overrides:
numRowsToLoad
in classCloneSnapshotFromClientTestBase
-
countRows
- Overrides:
countRows
in classCloneSnapshotFromClientTestBase
- Throws:
IOException
-
verifyRowCount
protected void verifyRowCount(HBaseTestingUtil util, org.apache.hadoop.hbase.TableName tableName, long expectedRows) throws IOException - Overrides:
verifyRowCount
in classCloneSnapshotFromClientTestBase
- Throws:
IOException
-