org.apache.hadoop.hbase.zookeeper
Class EmptyWatcher

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher
org.apache.zookeeper.Watcher.Event
 
Field Summary
static EmptyWatcher instance
           
 
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
 

Field Detail

instance

public static final EmptyWatcher instance
Method Detail

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.