org.apache.hadoop.hbase.replication
Class ReplicationZookeeper.ReplicationStatusTracker

java.lang.Object
  extended by org.apache.hadoop.hbase.zookeeper.ZooKeeperListener
      extended by org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
          extended by org.apache.hadoop.hbase.replication.ReplicationZookeeper.ReplicationStatusTracker
Enclosing class:
ReplicationZookeeper

public class ReplicationZookeeper.ReplicationStatusTracker
extends ZooKeeperNodeTracker

Tracker for status of the replication


Field Summary
 
Fields inherited from class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
abortable, node
 
Fields inherited from class org.apache.hadoop.hbase.zookeeper.ZooKeeperListener
watcher
 
Constructor Summary
ReplicationZookeeper.ReplicationStatusTracker(ZooKeeperWatcher watcher, Abortable abortable)
           
 
Method Summary
 void nodeDataChanged(String path)
          Called when an existing node has changed data.
 
Methods inherited from class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
blockUntilAvailable, blockUntilAvailable, getData, getNode, nodeCreated, nodeDeleted, start, stop
 
Methods inherited from class org.apache.hadoop.hbase.zookeeper.ZooKeeperListener
nodeChildrenChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationZookeeper.ReplicationStatusTracker

public ReplicationZookeeper.ReplicationStatusTracker(ZooKeeperWatcher watcher,
                                                     Abortable abortable)
Method Detail

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 © 2011 The Apache Software Foundation. All Rights Reserved.