org.apache.hadoop.hbase.zookeeper
Class EmptyWatcher
java.lang.Object
org.apache.hadoop.hbase.zookeeper.EmptyWatcher
- All Implemented Interfaces:
- org.apache.zookeeper.Watcher
@InterfaceAudience.Private
public class EmptyWatcher
- extends Object
- implements org.apache.zookeeper.Watcher
An empty ZooKeeper watcher
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher |
org.apache.zookeeper.Watcher.Event |
Method Summary |
void |
process(org.apache.zookeeper.WatchedEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final EmptyWatcher instance
process
public void process(org.apache.zookeeper.WatchedEvent event)
- Specified by:
process
in interface org.apache.zookeeper.Watcher
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.