Uses of Class
org.apache.zookeeper.server.quorum.ObserverZooKeeperServer
Packages that use ObserverZooKeeperServer
-
Uses of ObserverZooKeeperServer in org.apache.zookeeper.server.quorum
Constructors in org.apache.zookeeper.server.quorum with parameters of type ObserverZooKeeperServerModifierConstructorDescriptionObserverRequestProcessor
(ObserverZooKeeperServer zks, RequestProcessor nextProcessor) Constructor - takes an ObserverZooKeeperServer to associate with and the next processor to pass requests to after we're finished.