Package | Description |
---|---|
org.apache.zookeeper | |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Watcher.process(WatchedEvent event) |
void |
Testable.queueEvent(WatchedEvent event)
Allow an event to be inserted into the event queue
|
Modifier and Type | Method and Description |
---|---|
void |
NIOServerCnxn.process(WatchedEvent event) |
abstract void |
ServerCnxn.process(WatchedEvent event) |
void |
NettyServerCnxn.process(WatchedEvent event) |
void |
DumbWatcher.process(WatchedEvent event) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.