Uses of Class
org.apache.cassandra.db.RowMutation

Packages that use RowMutation
org.apache.cassandra.db   
org.apache.cassandra.service   
 

Uses of RowMutation in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return RowMutation
 RowMutation RowMutationMessage.getRowMutation()
           
static RowMutation RowMutation.getRowMutation(org.apache.cassandra.service.batch_mutation_super_t batchMutationSuper)
           
static RowMutation RowMutation.getRowMutation(org.apache.cassandra.service.batch_mutation_t batchMutation)
           
 

Constructors in org.apache.cassandra.db with parameters of type RowMutation
RowMutationMessage(RowMutation rowMutation)
           
 

Uses of RowMutation in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type RowMutation
static void StorageProxy.insert(RowMutation rm)
          Use this method to have this RowMutation applied across all replicas.
static void StorageProxy.insertBlocking(RowMutation rm)
           
 



Copyright © 2009 The Apache Software Foundation