1

我在 Cassandra 中有一个列族,在一个特定的列上,我定义了二级索引。

我想获取此特定列值的行键。如何使用普通的 Thrift API for Java 来实现这一点?在 Pelops 中,我通过创建 IndexClause 并调用:

Map <Bytes, List<Column>> qResults = selector.getIndexedColumns(tableName, 
                                                               ix,    
                                                               slicePredicate,
                                                               consistencyLevel);
4

1 回答 1

2

请看一下:

http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Row-iteration-over-indexed-clause-td7368274.html

于 2012-08-21T04:34:41.997 回答