Cassandra的Java客户端:Astyanax

jopen 11年前

Astyanax是一个高级的Apache Cassandra的Java客户端。Apache Cassandra是一个高可用性的面向列数据库。它的特性:

  • 高级别,简单的面向对象的Cassandra接口。
  • 在客户端实现故障转移
  • 抽象的连接池。 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.
  • 自动重试挡掉的主机。
  • 自动发现集群中的其他主机。
  • Suspension of hosts for a short period of time after several timeouts.
  • Annotations to simplify use of composite columns.

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