
Zookeeper
文章平均质量分 83
追逐方向的风
克己养晦
展开
-
ZooKeeper Java Example
ZooKeeper Java ExampleA Simple Watch ClientRequirementsProgram DesignThe Executor ClassThe DataMonitor ClassComplete Source ListingsA Simple Watch ClientTo introduce you翻译 2017-09-12 11:13:45 · 359 阅读 · 0 评论 -
ZooKeeper Programmer's Guide
ZooKeeper Programmer's GuideDeveloping Distributed Applications that use ZooKeeperIntroductionThe ZooKeeper Data ModelZNodesWatchesData AccessEphemeral NodesSequence Nodes -- Uni翻译 2017-09-10 18:38:38 · 598 阅读 · 0 评论 -
ZooKeeper Administrator's Guide
ZooKeeper Administrator's GuideDeploymentThis section contains information about deploying Zookeeper and covers these topics:System RequirementsClustered (Multi-Server) Setup翻译 2017-09-08 16:23:29 · 380 阅读 · 0 评论 -
ZooKeeper Getting Started Guide
ZooKeeper Getting Started Guide翻译 2017-09-08 10:24:07 · 367 阅读 · 0 评论 -
初识ZooKeeper
Welcome to Apache ZooKeeper™Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination. What is ZooKeeper?ZooK翻译 2017-09-07 17:39:57 · 449 阅读 · 0 评论 -
Apache Curator
Curator:管理员,监护人What is Curator?Curator n ˈkyoor͝ˌātər: a keeper or custodian(监护人; 管理人) of a museum or other collection - A ZooKeeper Keeper.Apache Curator is a Java/JVM client lib翻译 2018-02-01 13:44:50 · 332 阅读 · 0 评论 -
Apache Curator Getting Started
Learn ZooKeeperCurator users are assumed to know ZooKeeper. A good place to start is here: http://zookeeper.apache.org/doc/trunk/zookeeperStarted.htmlUsing CuratorThe Curator JARs ar翻译 2018-02-01 14:06:26 · 244 阅读 · 0 评论 -
Zookeeper开源客户端Curator之Master/Leader选举
转自:http://blog.youkuaiyun.com/wo541075754/article/details/70216046原理利用zookeeper来实现Master选举的基本思路如下: 选择一个根节点(与其他业务隔离),比如/jobMaster,多台机器同时在此节点下面创建一个子节点/jobMaster/lock,zookeeper保证了最终只有一台机器能够创建成功,那转载 2018-02-01 15:37:03 · 225 阅读 · 0 评论