Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "API06" page has been changed by HubertChang. http://wiki.apache.org/cassandra/API06?action=diff&rev1=54&rev2=55 -------------------------------------------------- Retrieves slices for `column_parent` and `predicate` on each of the given keys in parallel. Keys are a `list<string> of the keys to get slices for. - This is similar to `get_range_slices` (Cassandra 0.6) or `get_range_slice` (Cassandra 0.5) except operating on a set of non-contiguous keys instead of a range of keys. + This is similar to `get_range_slice` (Cassandra 0.5) except operating on a set of non-contiguous keys instead of a range of keys. === get_count === . `i32 get_count(keyspace, key, column_parent, consistency_level)`
