org.apache.hadoop.hbase.replication.regionserver
Class ReplicationSourceManager.OtherRegionServerWatcher

java.lang.Object
  extended by org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager.OtherRegionServerWatcher
All Implemented Interfaces:
org.apache.zookeeper.Watcher
Enclosing class:
ReplicationSourceManager

public class ReplicationSourceManager.OtherRegionServerWatcher
extends Object
implements org.apache.zookeeper.Watcher

Watcher used to be notified of the other region server's death in the local cluster. It initiates the process to transfer the queues if it is able to grab the lock.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher
org.apache.zookeeper.Watcher.Event
 
Constructor Summary
ReplicationSourceManager.OtherRegionServerWatcher()
           
 
Method Summary
 void process(org.apache.zookeeper.WatchedEvent watchedEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationSourceManager.OtherRegionServerWatcher

public ReplicationSourceManager.OtherRegionServerWatcher()
Method Detail

process

public void process(org.apache.zookeeper.WatchedEvent watchedEvent)
Specified by:
process in interface org.apache.zookeeper.Watcher


Copyright © 2010 Apache Software Foundation. All Rights Reserved.