Class ZooKeeperConnection.ZooKeeperWatcher

  • All Implemented Interfaces:
    org.apache.zookeeper.Watcher
    Enclosing class:
    ZooKeeperConnection

    protected static class ZooKeeperConnection.ZooKeeperWatcher
    extends java.lang.Object
    implements org.apache.zookeeper.Watcher
    Watcher class for zookeeper, so we get notified about zookeeper events.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.zookeeper.Watcher

        org.apache.zookeeper.Watcher.Event
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • ZooKeeperWatcher

        public ZooKeeperWatcher()
    • Method Detail

      • process

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