Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark-5/p5-zookeeper-pathcache
cache all immediate children of a parent node
https://github.com/mark-5/p5-zookeeper-pathcache
Last synced: about 1 month ago
JSON representation
cache all immediate children of a parent node
- Host: GitHub
- URL: https://github.com/mark-5/p5-zookeeper-pathcache
- Owner: mark-5
- Created: 2015-09-06T23:45:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T06:33:19.000Z (over 9 years ago)
- Last Synced: 2023-06-03T04:11:35.479Z (over 1 year ago)
- Language: Perl
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
ZooKeeper::PathCache - cache all immediate children of a parent node
# VERSION
version 0.0.1
# DESCRIPTION
ZooKeeper::PathCache is a facade over a ZooKeeper handle,
used for caching the contents of all immediate children nodes
of the specified path.This works by including a version number in the path of child nodes,
so that one watcher can be set to monitor version changes in any child.# ATTRIBUTES
## handle
## path
## serialize
## deserialize
# METHODS
## create
## delete
## set
## get
## get\_children
## exists
## sync
# AUTHOR
Mark Flickinger
# COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Mark Flickinger.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.