org.apache.hadoop.hbase.replication
Class ReplicationPeerZKImpl.TableCFsTracker
java.lang.Object
org.apache.hadoop.hbase.zookeeper.ZooKeeperListener
org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl.TableCFsTracker
- Enclosing class:
- ReplicationPeerZKImpl
public class ReplicationPeerZKImpl.TableCFsTracker
- extends ZooKeeperNodeTracker
Tracker for (table, cf-list) map of this peer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplicationPeerZKImpl.TableCFsTracker
public ReplicationPeerZKImpl.TableCFsTracker(String tableCFsZNode,
ZooKeeperWatcher watcher,
Abortable abortable)
nodeCreated
public void nodeCreated(String path)
- Description copied from class:
ZooKeeperListener
- Called when a new node has been created.
- Overrides:
nodeCreated
in class ZooKeeperNodeTracker
- Parameters:
path
- full path of the new node
nodeDataChanged
public void nodeDataChanged(String path)
- Description copied from class:
ZooKeeperListener
- Called when an existing node has changed data.
- Overrides:
nodeDataChanged
in class ZooKeeperNodeTracker
- Parameters:
path
- full path of the updated node
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.