Files
deb-kazoo/docs/api.rst
Jiangge Zhang ec8b337e6f feat(recipe): Add TreeCache recipe
Kazoo implementation of Apache Curator's TreeCache recipe. See also:
http://curator.apache.org/curator-recipes/tree-cache.html
2017-06-13 12:43:04 +08:00

31 lines
644 B
ReStructuredText

API Documentation
=================
Comprehensive reference material for every public API exposed by
`kazoo` is available within this chapter. The API documentation is
organized alphabetically by module name.
.. toctree::
:maxdepth: 1
api/client
api/exceptions
api/handlers/gevent
api/handlers/threading
api/handlers/utils
api/interfaces
api/protocol/states
api/recipe/barrier
api/recipe/cache
api/recipe/counter
api/recipe/election
api/recipe/lease
api/recipe/lock
api/recipe/partitioner
api/recipe/party
api/recipe/queue
api/recipe/watchers
api/retry
api/security
api/testing