Class ReplicationPeerStorageTestBase

java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationPeerStorageTestBase
Direct Known Subclasses:
TestFSReplicationPeerStorage, TestZKReplicationPeerStorage

public abstract class ReplicationPeerStorageTestBase extends Object
  • Field Details

    • STORAGE

      protected static org.apache.hadoop.hbase.replication.ReplicationPeerStorage STORAGE
  • Constructor Details

  • Method Details

    • test

      public void test() throws org.apache.hadoop.hbase.replication.ReplicationException
      Throws:
      org.apache.hadoop.hbase.replication.ReplicationException
    • assertPeerNameControlException

      protected abstract void assertPeerNameControlException(org.apache.hadoop.hbase.replication.ReplicationException e)
    • testPeerNameControl

      public void testPeerNameControl() throws Exception
      Throws:
      Exception