Re: By passing Socket communication

2012-04-19 Thread Romain HARDOUIN
Take a peep at cassandra-unit, maybe this could help you : https://github.com/jsevellec/cassandra-unit

Re: By passing Socket communication

2012-04-19 Thread Watanabe Maki
You can get some idea from reading org.apache.cassandra.thrift.CassandraServer.java, but I wonder what kind of use case will justify such effort. From iPhone On 2012/04/19, at 18:17, Tarun Gupta wrote: > Hi, > > I am interesting in knowing what is the best way to create my Cassandra > Clie

By passing Socket communication

2012-04-19 Thread Tarun Gupta
Hi, I am interesting in knowing what is the best way to create my Cassandra Client bypassing the Socket communication and directly interacting with the 'Storage Manager'. I checked Cassandra Wiki and some of the Hector Examples, mostly what I see is that Cassandra when run in embedded mode, requir