教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
服务器软件
数据库驱动程序
astyanax
astyanax
- Cassandra的Java客户端包
数据库驱动程序
授权协议:
Apache
操作系统:
跨平台
开发语言:
Java
软件简介
astyanax 是一个
Cassandra
的 Java
客户端开发包。
Netflix
目前正在使用的就是这个客户端。
主要特性:
High level, simple object oriented interface to Cassandra.
Fail-over behavior on the client side.
Connection pool abstraction. Implementation of a round robin connection pool.
Monitoring abstraction to get event notification from the connection pool.
Complete encapsulation of the underlying Thrift API and structs.
Automatic retry of downed hosts.
Automatic discovery of additional hosts in the cluster.
Suspension of hosts for a short period of time after several timeouts.
Annotations to simplify use of composite columns.
软件首页