Uses of Interface
org.apache.zookeeper.server.ServerWatcher
Packages that use ServerWatcher
Package
Description
ZooKeeper server theory of operation
-
Uses of ServerWatcher in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server that implement ServerWatcherModifier and TypeClassDescriptionclassA empty watcher implementation used in bench and unit test.classclassThis class handles communication with clients using NIO.classInterface to a Server connection - represents a connection from a client to the server. -
Uses of ServerWatcher in org.apache.zookeeper.server.controller
Classes in org.apache.zookeeper.server.controller that implement ServerWatcherModifier and TypeClassDescriptionclassExtension of NIOServerCnxn which can inject changes per controller commands.