Class TestZKReplicationQueueStorage
java.lang.Object
org.apache.hadoop.hbase.replication.TestZKReplicationQueueStorage
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageprivate static final HBaseZKTestingUtility
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.replication.ZKReplicationQueueStorageprivate StringgetFileName(String base, int i) private org.apache.hadoop.hbase.ServerNamegetServerName(int i) static voidsetUp()static voidtearDown()voidvoidvoidvoidvoidvoidvoidvoidvoid
- 
Field Details- 
CLASS_RULE
- 
UTIL
- 
STORAGE
 
- 
- 
Constructor Details- 
TestZKReplicationQueueStoragepublic TestZKReplicationQueueStorage()
 
- 
- 
Method Details- 
setUp- Throws:
- Exception
 
- 
tearDown- Throws:
- IOException
 
- 
tearDownAfterTestpublic void tearDownAfterTest() throws org.apache.hadoop.hbase.replication.ReplicationException, org.apache.zookeeper.KeeperException, IOException- Throws:
- org.apache.hadoop.hbase.replication.ReplicationException
- org.apache.zookeeper.KeeperException
- IOException
 
- 
getServerName
- 
testReplicator- Throws:
- org.apache.hadoop.hbase.replication.ReplicationException
 
- 
getFileName
- 
testAddRemoveLog- Throws:
- org.apache.hadoop.hbase.replication.ReplicationException
 
- 
testClaimQueueChangeCversionpublic void testClaimQueueChangeCversion() throws org.apache.hadoop.hbase.replication.ReplicationException, org.apache.zookeeper.KeeperException- Throws:
- org.apache.hadoop.hbase.replication.ReplicationException
- org.apache.zookeeper.KeeperException
 
- 
createWithUnstableVersionprivate org.apache.hadoop.hbase.replication.ZKReplicationQueueStorage createWithUnstableVersion() throws IOException- Throws:
- IOException
 
- 
testGetAllWALsCversionChangepublic void testGetAllWALsCversionChange() throws IOException, org.apache.hadoop.hbase.replication.ReplicationException- Throws:
- IOException
- org.apache.hadoop.hbase.replication.ReplicationException
 
- 
testGetAllHFileRefsCversionChangepublic void testGetAllHFileRefsCversionChange() throws IOException, org.apache.hadoop.hbase.replication.ReplicationException- Throws:
- IOException
- org.apache.hadoop.hbase.replication.ReplicationException
 
- 
testSetWALPositionBadVersionpublic void testSetWALPositionBadVersion() throws IOException, org.apache.hadoop.hbase.replication.ReplicationException- Throws:
- IOException
- org.apache.hadoop.hbase.replication.ReplicationException
 
- 
testRegionsZNodeLayout- Throws:
- Exception
 
- 
testRemoveAllLastPushedSeqIdsForPeer- Throws:
- Exception
 
 
-