If you're embedding it as part of a distributed cluster, use the
static methods in StorageProxy.  If the local jvm is the only node,
you can skip the messaging layer and use Table objects directly (see
TableTest.java for examples of using RowMutation / getColumnFamily).

-Jonathan

On Wed, Oct 28, 2009 at 11:22 AM, Sameer Charles
<[email protected]> wrote:
> Hi all,
>
> Is Thrift the only way to talk to Cassandra? what if I embed Cassandra
> within my app (single JVM), can I use some native
> Cassandra API to communicate?
>
> Any help will be appreciated.
>
> Thanks,
> Sameer Charles
>

Reply via email to