
Zookeeper
文章平均质量分 83
追逐方向的风
克己养晦
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ZooKeeper Java Example
ZooKeeper Java Example A Simple Watch Client RequirementsProgram Design The Executor ClassThe DataMonitor ClassComplete Source Listings A Simple Watch Client To introduce you翻译 2017-09-12 11:13:45 · 371 阅读 · 0 评论 -
ZooKeeper Programmer's Guide
ZooKeeper Programmer's Guide Developing Distributed Applications that use ZooKeeper IntroductionThe ZooKeeper Data Model ZNodes WatchesData AccessEphemeral NodesSequence Nodes -- Uni翻译 2017-09-10 18:38:38 · 612 阅读 · 0 评论 -
ZooKeeper Administrator's Guide
ZooKeeper Administrator's Guide Deployment This section contains information about deploying Zookeeper and covers these topics: System Requirements Clustered (Multi-Server) Setup翻译 2017-09-08 16:23:29 · 396 阅读 · 0 评论 -
ZooKeeper Getting Started Guide
ZooKeeper Getting Started Guide翻译 2017-09-08 10:24:07 · 382 阅读 · 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 · 470 阅读 · 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 · 368 阅读 · 0 评论 -
Apache Curator Getting Started
Learn ZooKeeper Curator users are assumed to know ZooKeeper. A good place to start is here: http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html Using Curator The Curator JARs ar翻译 2018-02-01 14:06:26 · 269 阅读 · 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 · 241 阅读 · 0 评论