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

Packages that use RowMutation
org.apache.cassandra.db   
org.apache.cassandra.db.commitlog   
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(java.lang.String table, java.lang.String key, java.util.Map<java.lang.String,java.util.List<org.apache.cassandra.thrift.ColumnOrSuperColumn>> cfmap)
           
static RowMutation RowMutation.getRowMutationFromMutations(java.lang.String keyspace, java.lang.String key, java.util.Map<java.lang.String,java.util.List<org.apache.cassandra.thrift.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
 java.util.concurrent.Future<CommitLogSegment.CommitLogContext> 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.service
 

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



Copyright © 2010 The Apache Software Foundation