Dear Wiki user,

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

The "API" page has been changed by Ben Eliott:
http://wiki.apache.org/cassandra/API?action=diff&rev1=19&rev2=20

  === batch_insert ===
    `batch_insert(keyspace, key, batch_mutation, consistency_level)`
  
- Insert the given `batch_mutation`, this is a map which lists column family 
names against the relevant `ColumnOrSuperColumn` objects to insert.
+ Insert Columns or SuperColumns across different Column Families for the same 
row key. `batch_mutation` is a map which lists column family names against the 
relevant `ColumnOrSuperColumn` objects to insert.
  
  `map<string, list<ColumnOrSuperColumn>>`
  

Reply via email to