Re: Two things about get_count API

2010-08-31 Thread Jonathan Ellis
On Tue, Aug 31, 2010 at 9:12 AM, Dop Sun wrote: > But as per the Thrift Client API, it looks like the valid version is: > > i32 get_count(string keyspace, string key, ColumnParent column_parent, SlicePredicate predicate, > ConsistencyLevel consistency_level) > > > > And this is valid both 0.6.x an

Two things about get_count API

2010-08-31 Thread Dop Sun
Hi, Two things about get_count API: 1) In the http://wiki.apache.org/cassandra/API, there is only one get_count method there: i32 get_count(string keyspace, string key, ColumnParent column_parent, ConsistencyLevel consistency_level) But as per the Thrift Client API, it looks like