Curator操作ZooKeeper

作者: 葡萄喃喃呓语 | 来源:发表于2017-03-18 13:09 被阅读52次

    使用Curator操作ZooKeeper - nick hao - 博客园 http://www.cnblogs.com/haoxinyue/p/6561896.html?utm_source=tuicool&utm_medium=referral
    使用Curator操作ZooKeeper - 推酷 http://www.tuicool.com/articles/mEVzEzm

    Curator是Netflix公司开源的一个ZooKeeper client library,用于简化ZooKeeper客户端编程。它包含如下模块:

    Framework:Framework是ZooKeeper API的High-Level的封装,它让访问ZooKeeper更加简单。它基于ZooKeeper添加了一些新的特性,同时屏蔽了访问ZooKeeper集群在管理连接和重试操作方面的复杂度。

    Recipes:在Framework的基础上,实现了一些通用的功能,称之为“菜单”。

    Utilities:访问ZooKeeper时候的一些公用方法。

    Client:一个Low-Level的ZooKeeper客户端,并有一些公用方法。

    Errors:Curator的异常处理,包括连接问题,异常恢复等等。

    Extensions:

    相关文章

      网友评论

        本文标题:Curator操作ZooKeeper

        本文链接:https://www.haomeiwen.com/subject/exmunttx.html