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 TypeClassDescriptionclass
A empty watcher implementation used in bench and unit test.class
class
This class handles communication with clients using NIO.class
Interface 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 TypeClassDescriptionclass
Extension of NIOServerCnxn which can inject changes per controller commands.