Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "ClientOptions" page has been changed by PeterSchuller.
http://wiki.apache.org/cassandra/ClientOptions?action=diff&rev1=119&rev2=120

--------------------------------------------------

  Thrift is the Cassandra driver-level interface that the clients above build 
on.  You can use raw Thrift from just about any language, but it's not 
particularly idiomatic in any of them.  Some examples are given in 
ThriftExamples.
  
  = Internal API =
- The StorageProxy API is available to JVM-based clients, but you should use 
Thrift unless you have a very good reason not to.  (The most common reason is 
wanting to use the BinaryMemtable bulk-load interface.)
+ The StorageProxy API is available to JVM-based clients, but unless you really 
know that you need it you should probably be using a higher-level client listed 
above or, failing that, the Thrift API. The StorageProxy API is intended for 
internal use, and highly specialized use-cases. (The most common reason is 
wanting to use the BinaryMemtable bulk-load interface.)
  
  = Hadoop =
  Running Hadoop map/reduce jobs in Cassandra is described in HadoopSupport.

Reply via email to