| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
11年前发布

Cassandra的Java客户端:Hector

Hector是一个高层次Apache Cassandra的Java客户端。

这个客户端所提供的某些功能:

  • 高层次,简单的面向对象的接口 cassandra
  • 在客户端上的故障转移行为
  • 连接池以提高性能和可扩展性
  • JMX计数器,用于监视和管理
  • 可配置和可扩展的负载均衡三种算法可供选择:循环赛(默认),至少活跃,并一个披accrural的的风格的响应时间检测器
  • complete encapsulation of the underlying Thrift API and structs
  • automatic retry of downed hosts
  • 自动发现集群中的其他主机
  • suspension of hosts for a short period of time after several timeouts
  • 简单的ORM层
  • 一个类型安全的方式来处理的Apache Cassandra的数据模型

项目主页:http://www.open-open.com/lib/view/home/1372166087994

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1372166087994.html
Hector Apache Cassandra NoSQL数据库