Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
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–2020 The Apache Software Foundation. All rights reserved.