org.apache.hadoop.hbase.replication.regionserver
Class ReplicationSourceManager.OtherRegionServerWatcher
java.lang.Object
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 classes/interfaces inherited from interface org.apache.zookeeper.Watcher |
org.apache.zookeeper.Watcher.Event |
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 |
ReplicationSourceManager.OtherRegionServerWatcher
public ReplicationSourceManager.OtherRegionServerWatcher()
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.