Class TestClaimReplicationQueue
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationBase
org.apache.hadoop.hbase.replication.TestClaimReplicationQueue
In HBASE-26029, we reimplement the claim queue operation with proc-v2 and make it a step in SCP,
 this is a UT to make sure the 
AssignReplicationQueuesProcedure works correctly.- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from class org.apache.hadoop.hbase.replication.TestReplicationBase
TestReplicationBase.ReplicationEndpointTest - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static booleanprivate static final Stringprivate static org.apache.hadoop.hbase.client.Tableprivate static org.apache.hadoop.hbase.client.Tableprivate static final org.apache.hadoop.hbase.TableNameFields inherited from class org.apache.hadoop.hbase.replication.TestReplicationBase
CONF_WITH_LOCALFS, CONF1, CONF2, connection1, connection2, famName, hbaseAdmin, htable1, htable2, NB_RETRIES, NB_ROWS_IN_BATCH, NB_ROWS_IN_BIG_BATCH, noRepfamName, NUM_SLAVES1, NUM_SLAVES2, PEER_ID2, replicateCount, replicatedEntries, row, SLEEP_TIME, tableName, UTIL1, UTIL2 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidstatic voidvoidvoidMethods inherited from class org.apache.hadoop.hbase.replication.TestReplicationBase
addPeer, addPeer, cleanUp, configureClusters, createTable, getClusterKey, isSerialPeer, isSyncPeer, loadData, loadData, removePeer, removePeer, restartSourceCluster, restartTargetHBaseCluster, runSimplePutDeleteTest, runSmallBatchTest, setupConfig, stopAllRegionServers, waitForReplication, waitForReplication 
- 
Field Details
- 
CLASS_RULE
 - 
tableName3
 - 
PEER_ID3
- See Also:
 
 - 
table3
 - 
table4
 - 
EMPTY
 
 - 
 - 
Constructor Details
- 
TestClaimReplicationQueue
public TestClaimReplicationQueue() 
 - 
 - 
Method Details
- 
setUpBeforeClass
- Throws:
 Exception
 - 
tearDownAfterClass
- Throws:
 Exception
 - 
setUpBase
- Overrides:
 setUpBasein classTestReplicationBase- Throws:
 Exception
 - 
tearDownBase
- Overrides:
 tearDownBasein classTestReplicationBase- Throws:
 Exception
 - 
testClaim
- Throws:
 Exception
 
 -