Class SubTreeCache.WatchGuard

java.lang.Object
org.apache.bookkeeper.util.SubTreeCache.WatchGuard
All Implemented Interfaces:
AutoCloseable
Enclosing class:
SubTreeCache

public class SubTreeCache.WatchGuard extends Object implements AutoCloseable
A watch guard.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final org.apache.zookeeper.Watcher
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    WatchGuard(org.apache.zookeeper.Watcher w)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • w

      final org.apache.zookeeper.Watcher w
  • Constructor Details

    • WatchGuard

      WatchGuard(org.apache.zookeeper.Watcher w)
  • Method Details