File tree Expand file tree Collapse file tree 4 files changed +694
-0
lines changed
Expand file tree Collapse file tree 4 files changed +694
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ organized alphabetically by module name.
1616 api/interfaces
1717 api/protocol/states
1818 api/recipe/barrier
19+ api/recipe/cache
1920 api/recipe/counter
2021 api/recipe/election
2122 api/recipe/lease
Original file line number Diff line number Diff line change 1+ .. _cache_module :
2+
3+ :mod: `kazoo.recipe.cache `
4+ ----------------------------
5+
6+ .. automodule :: kazoo.recipe.cache
7+
8+ Public API
9+ ++++++++++
10+
11+ .. autoclass :: TreeCache
12+
13+ .. automethod :: start
14+ .. automethod :: close
15+ .. automethod :: listen
16+ .. automethod :: listen_fault
17+ .. automethod :: get_data
18+ .. automethod :: get_children
19+
20+ .. autoclass :: TreeEvent
21+ :members:
22+ :show-inheritance:
23+
24+ .. autoclass :: NodeData
25+ :members:
26+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments