I am using the new object mapping API for the first time with a 2.1
cluster. Recently I hit a problem when using different keyspace names,
i.e. the keyspace in our integration test environment was called
differently from the keyspace we use in our staging environment.
The problem is that the keysp
Hi Reik,
This is the mailing list for the Cassandra developers. The Java driver has
a dedicated list, which is located at
https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user
I'm going to answer your question there.
--
Olivier Michallat
Driver & tools engineer, DataSt
With 5 binding +1, 3 non-binding +1 and no -1 the vote passes. I'll
release the artifacts
I found the solution, here it is if someone needs it:
CellNameType cellComparator = columnFamily.getComparator();
int clusteringPrefixSize = cellComparator.clusteringPrefixSize();
for (int prefixNb = 0; prefixNb < clusteringPrefixSize; prefixNb++) {
AbstractType
The Cassandra team is pleased to announce the release of Apache Cassandra
version 2.1.2.
Apache Cassandra is a fully distributed database. It is the right choice
when you need scalability and high availability without compromising
performance.
http://cassandra.apache.org/
Downloads of source an