hi,
when I execute this code:
import org.apache.cassandra.service.
StorageService;
public class CasTest {
public void CasTest() {
}
public static void main(String args[]) throws Exception {
Class.forName("org.apache.cassandra.service.StorageService");
StorageService
Hi,
I need a client in C (not C++) to work with Cassandra, so since there
is no one yet I would do my own. So far I have checked, I can do it
through Thrift RPC port, or through CQL port. As I understand, CQL
doesn't support direct "mutate" or "get_range_slices" calls like
Thrift does , so being Th