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 2009/05/15 22:25:52 UTC

[Cassandra Wiki] Update of "ThriftInterface" by Chris Goffinet

Dear Wiki user,

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

The following page has been changed by Chris Goffinet:
http://wiki.apache.org/cassandra/ThriftInterface

------------------------------------------------------------------------------
  {{{ 
  <Tables>
      <Table Name = "users">
-    	  <ColumnFamily Index="Name">base_attributes</ColumnFamily>
+    	  <ColumnFamily Index="Name" Name="base_attributes"/>
-    	  <ColumnFamily Index="Name">extended_attributes</ColumnFamily>
+    	  <ColumnFamily Index="Name" Name="extended_attributes"/>
-    	  <ColumnFamily ColumnType="Super" Index="Name">edges</ColumnFamily>
+    	  <ColumnFamily ColumnType="Super" Index="Name" Name="edges"/>
      </Table>
  </Tables>
  }}}