See: Description
| Interface | Description |
|---|---|
| GuaguaZooKeeper.Filter |
Filter path out
GuaguaZooKeeper.Filter.filter(String) return true. |
| GuaguaZooKeeperOperation<T> |
GuaguaZooKeeperOperation is used as command to process consistent logic like re-trying for all zookeeper
operations (create, get, ...). |
| Class | Description |
|---|---|
| GuaguaZooKeeper |
ZooKeeper provides only atomic operations.
|
| GuaguaZooKeeper.PathStat |
Data structure for handling the output of createOrSet()
|
| ZooKeeperMain |
Add log4j appender to
QuorumPeerMain in programming way. |
| ZooKeeperUtils |
ZooKeeperUtils is a helper used to start embed zookeeper server in CLI host. |
Code is copied from Apache Giraph project, Thanks Giraph.
Copyright © 2018. All Rights Reserved.