Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.watch |
Modifier and Type | Method and Description |
---|---|
WatchesPathReport |
DataTree.getWatchesByPath()
Returns a watch report by path.
|
Modifier and Type | Method and Description |
---|---|
WatchesPathReport |
WatchManagerOptimized.getWatchesByPath()
Iterate through ConcurrentHashMap is 'safe', it will reflect the state
of the map at the time iteration began, may miss update while iterating,
given this is used in the commands to get a general idea of the watches
state, we don't care about missing some update.
|
WatchesPathReport |
WatchManager.getWatchesByPath() |
WatchesPathReport |
IWatchManager.getWatchesByPath()
Returns a watch report by path.
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.