Interface | Description |
---|---|
DataUpdater<T> |
Updates the data of a znode.
|
IDefaultNameSpace | |
IZkChildListener |
An
IZkChildListener can be registered at a ZkClient for listening on zk child changes for a given
path. |
IZkConnection | |
IZkDataListener |
An
IZkDataListener can be registered at a ZkClient for listening on zk data changes for a given path. |
IZkStateListener |
Class | Description |
---|---|
ContentWatcher<T> | |
DistributedQueue<T extends java.io.Serializable> | |
ExceptionUtil | |
Gateway | |
GatewayThread | |
Holder<T> | |
InMemoryConnection |
Emulating a ZooKeeper server with few hash tables.
|
InMemoryConnection.DataAndVersion | |
NetworkUtil | |
ZkClient |
Abstracts the interaction with zookeeper and allows permanent (not just one time) watches on nodes in ZooKeeper
|
ZkConnection | |
ZkLock | |
ZkServer |