Class TestReplicationSourceManagerZkImpl
java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManagerZkImpl
Tests the ReplicationSourceManager with ReplicationQueueZkImpl's and
ReplicationQueuesClientZkImpl. Also includes extra tests outside of those in
TestReplicationSourceManager that test ReplicationQueueZkImpl-specific behaviors.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
TestReplicationSourceManager.DummyNodeFailoverWorker, TestReplicationSourceManager.DummyServer, TestReplicationSourceManager.FailInitializeDummyReplicationSource
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
Methods inherited from class org.apache.hadoop.hbase.replication.regionserver.TestReplicationSourceManager
setUp, setupZkAndReplication, tearDown, tearDownAfterClass, testBulkLoadWALEdits, testBulkLoadWALEditsWithoutBulkLoadReplicationEnabled, testClaimQueues, testCleanupFailoverQueues, testCleanupUnknownPeerZNode, testCompactionWALEdits, testDisablePeerMetricsCleanup, testLogRoll, testPeerRemovalCleanup, testRemovePeerMetricsCleanup, testSameWALPrefix
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestReplicationSourceManagerZkImpl
public TestReplicationSourceManagerZkImpl()
-
-
Method Details