Package org.apache.hadoop.hbase.client
Class CloneSnapshotFromClientNormalTestBase
java.lang.Object
org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
org.apache.hadoop.hbase.client.CloneSnapshotFromClientNormalTestBase
- Direct Known Subclasses:
TestCloneSnapshotFromClientNormal
,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 TypeMethodDescriptionvoid
private void
testCloneSnapshot
(org.apache.hadoop.hbase.TableName tableName, String snapshotName, int snapshotRows) void
private void
verifyReplicasCameOnline
(org.apache.hadoop.hbase.TableName tableName) Methods inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
countRows, createTable, getNumReplicas, getValidMethodName, numRowsToLoad, setup, setUpBeforeClass, setupConfiguration, tearDown, tearDownAfterClass, verifyRowCount
-
Constructor Details
-
CloneSnapshotFromClientNormalTestBase
-
-
Method Details
-
testCloneSnapshot
- Throws:
IOException
InterruptedException
-
testCloneSnapshot
private void testCloneSnapshot(org.apache.hadoop.hbase.TableName tableName, String snapshotName, int snapshotRows) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
verifyReplicasCameOnline
private void verifyReplicasCameOnline(org.apache.hadoop.hbase.TableName tableName) throws IOException - Throws:
IOException
-
testCloneSnapshotCrossNamespace
- Throws:
IOException
InterruptedException
-