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   
 

Uses of RowMutation in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return RowMutation
 RowMutation RowMutation.RowMutationSerializer.deserialize(java.io.DataInputStream dis, int version)
           
 RowMutation RowMutation.RowMutationSerializer.deserialize(java.io.DataInputStream dis, int version, boolean fromRemote)
           
 RowMutation RowMutation.localCopy()
           
 RowMutation CounterMutation.makeReplicationMutation()
           
 RowMutation CounterMutation.rowMutation()
           
 

Methods in org.apache.cassandra.db with parameters of type RowMutation
 void Table.apply(RowMutation mutation, boolean writeCommitLog)
          This method adds the row to the Commit Log associated with this table.
 void RowMutation.RowMutationSerializer.serialize(RowMutation rm, java.io.DataOutputStream dos, int version)
           
 

Constructors in org.apache.cassandra.db with parameters of type RowMutation
CounterMutation(RowMutation rowMutation, ConsistencyLevel consistency)
           
 

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)
           
 ReplayPosition CommitLogSegment.write(RowMutation rowMutation)
           
 

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

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



Copyright © 2011 The Apache Software Foundation