Take a peep at cassandra-unit, maybe this could help you :
https://github.com/jsevellec/cassandra-unit
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
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