Class EmptyWatcher

java.lang.Object
org.apache.hadoop.hbase.zookeeper.EmptyWatcher
All Implemented Interfaces:
org.apache.zookeeper.Watcher

@Private public final 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, org.apache.zookeeper.Watcher.WatcherType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final EmptyWatcher
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

  • Constructor Details

  • Method Details

    • process

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