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

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

Uses of RowMutation in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return RowMutation
 RowMutation RowMutation.deepCopy()
           
 RowMutation RowMutationMessage.getRowMutation()
           
static RowMutation RowMutation.getRowMutation(java.lang.String table, java.nio.ByteBuffer key, java.util.Map<java.lang.String,java.util.List<ColumnOrSuperColumn>> cfmap)
           
static RowMutation RowMutation.getRowMutationFromMutations(java.lang.String keyspace, java.nio.ByteBuffer key, java.util.Map<java.lang.String,java.util.List<Mutation>> cfmap)
           
 

Methods in org.apache.cassandra.db that return types with arguments of type RowMutation
static ICompactSerializer<RowMutation> RowMutation.serializer()
           
 

Methods in org.apache.cassandra.db with parameters of type RowMutation
 void Table.apply(RowMutation mutation, java.lang.Object serializedMutation, boolean writeCommitLog)
          This method adds the row to the Commit Log associated with this table.
 

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

Uses of RowMutation in org.apache.cassandra.db.commitlog
 

Methods in org.apache.cassandra.db.commitlog with parameters of type RowMutation
 void CommitLog.add(RowMutation rowMutation, java.lang.Object serializedRow)
           
 CommitLogSegment.CommitLogContext CommitLogSegment.write(RowMutation rowMutation, java.lang.Object serializedRow)
           
 

Uses of RowMutation in org.apache.cassandra.db.migration
 

Fields in org.apache.cassandra.db.migration declared as RowMutation
protected  RowMutation Migration.rm
           
 

Uses of RowMutation in org.apache.cassandra.service
 

Method parameters in org.apache.cassandra.service with type arguments of type RowMutation
static void StorageProxy.mutate(java.util.List<RowMutation> mutations, ConsistencyLevel consistency_level)
          Use this method to have these RowMutations applied across all replicas.
 



Copyright © 2010 The Apache Software Foundation