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 JonathanEllis.
http://wiki.apache.org/cassandra/ClientOptions?action=diff&rev1=77&rev2=78

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

   * Java:
    * http://code.google.com/p/cassandra-java-client
  
+ = Thrift =
+ 
+ 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.)

Reply via email to