Class TestTableCFsUpdater.ZKStorageUtil

java.lang.Object
org.apache.hadoop.hbase.replication.ZKReplicationStorageBase
org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
org.apache.hadoop.hbase.replication.master.TestTableCFsUpdater.ZKStorageUtil
All Implemented Interfaces:
org.apache.hadoop.hbase.replication.ReplicationPeerStorage
Enclosing class:
TestTableCFsUpdater

private static class TestTableCFsUpdater.ZKStorageUtil extends org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage

    DISABLED_ZNODE_BYTES, ENABLED_ZNODE_BYTES, PEERS_STATE_ZNODE, PEERS_STATE_ZNODE_DEFAULT, PEERS_ZNODE, PEERS_ZNODE_DEFAULT

    Fields inherited from class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase

    conf, REPLICATION_ZNODE, REPLICATION_ZNODE_DEFAULT, replicationZNode, zookeeper
  • Constructor Summary

    Constructors
    Constructor
    Description
    ZKStorageUtil(org.apache.hadoop.hbase.zookeeper.ZKWatcher zookeeper, org.apache.hadoop.conf.Configuration conf)
     
  • Method Summary

    Methods inherited from class org.apache.hadoop.hbase.replication.ZKReplicationPeerStorage

    addPeer, getPeerConfig, getPeerNode, getPeerStateNode, isPeerEnabled, listPeerIds, removePeer, setPeerState, updatePeerConfig

    Methods inherited from class org.apache.hadoop.hbase.replication.ZKReplicationStorageBase

    toByteArray

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ZKStorageUtil

      public ZKStorageUtil(org.apache.hadoop.hbase.zookeeper.ZKWatcher zookeeper, org.apache.hadoop.conf.Configuration conf)