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 |
Class and Description |
---|
WatchesPathReport
A watch report, essentially a mapping of path to session IDs of sessions that
have set a watch on that path.
|
WatchesReport
A watch report, essentially a mapping of session ID to paths that the session
has set a watch on.
|
WatchesSummary
A summary of watch information.
|
Class and Description |
---|
IDeadWatcherListener
Interface used to process the dead watchers related to closed cnxns.
|
IWatchManager |
PathParentIterator
Iterates over a ZooKeeper path.
|
WatcherMode |
WatcherOrBitSet |
WatchesPathReport
A watch report, essentially a mapping of path to session IDs of sessions that
have set a watch on that path.
|
WatchesReport
A watch report, essentially a mapping of session ID to paths that the session
has set a watch on.
|
WatchesSummary
A summary of watch information.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.