api.rst 604 B

12345678910111213141516171819202122232425262728
  1. API Documentation
  2. =================
  3. Comprehensive reference material for every public API exposed by
  4. `kazoo` is available within this chapter. The API documentation is
  5. organized alphabetically by module name.
  6. .. toctree::
  7. :maxdepth: 1
  8. api/client
  9. api/exceptions
  10. api/handlers/gevent
  11. api/handlers/threading
  12. api/handlers/utils
  13. api/interfaces
  14. api/protocol/states
  15. api/recipe/barrier
  16. api/recipe/counter
  17. api/recipe/election
  18. api/recipe/lock
  19. api/recipe/partitioner
  20. api/recipe/party
  21. api/recipe/queue
  22. api/recipe/watchers
  23. api/retry
  24. api/security
  25. api/testing