You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2012/02/29 17:25:29 UTC

[Cassandra Wiki] Trivial Update of "StorageProxy" by SeanBartell

Dear Wiki user,

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

The "StorageProxy" page has been changed by SeanBartell:
http://wiki.apache.org/cassandra/StorageProxy?action=diff&rev1=3&rev2=4

Comment:
Fix link

  !StorageProxy is the API that Thrift calls get translated into, so using it directly provides some efficiency gains - but please think twice before using it, and be sure that you really need to before doing so. While it is relatively stable, less effort is made to keep it entirely backwards compatible from release to release than the official ThriftInterface (which in turn is recommended against if you can use a higher-level client (see ClientOptions) instead).
  
- There is an example in contrib at https://svn.apache.org/repos/asf/cassandra/trunk/contrib/client_only/
+ There is an example in contrib at https://svn.apache.org/repos/asf/cassandra/trunk/examples/client_only/