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

Packages that use RowMutation
org.apache.cassandra.cql   
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.cql
 

Methods in org.apache.cassandra.cql that return RowMutation
 RowMutation DeleteStatement.mutationForKey(java.nio.ByteBuffer key, java.lang.String keyspace, java.lang.Long timestamp, ClientState clientState, CFMetaData metadata)
          
 

Uses of RowMutation in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return RowMutation
 RowMutation RowMutation.RowMutationSerializer.deserialize(java.io.DataInput dis, int version)
           
 RowMutation RowMutation.RowMutationSerializer.deserialize(java.io.DataInput dis, int version, IColumnSerializer.Flag flag)
           
static RowMutation RowMutation.fromBytes(byte[] raw, int version)
           
static RowMutation RowMutation.hintFor(RowMutation mutation, java.nio.ByteBuffer token)
          Returns mutation representing a Hints to be sent to address as soon as it becomes available.
 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.
static RowMutation RowMutation.hintFor(RowMutation mutation, java.nio.ByteBuffer token)
          Returns mutation representing a Hints to be sent to address as soon as it becomes available.
 void RowMutation.RowMutationSerializer.serialize(RowMutation rm, java.io.DataOutput dos, int version)
           
 long RowMutation.RowMutationSerializer.serializedSize(RowMutation rm, 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
           
 

Uses of RowMutation in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type RowMutation
static java.util.concurrent.Future<java.lang.Void> StorageProxy.scheduleLocalHint(RowMutation mutation, java.net.InetAddress target, IWriteResponseHandler responseHandler, ConsistencyLevel consistencyLevel)
           
static void StorageProxy.sendToHintedEndpoints(RowMutation rm, java.util.Collection<java.net.InetAddress> targets, IWriteResponseHandler responseHandler, java.lang.String localDataCenter, ConsistencyLevel consistency_level)
          Send the mutations to the right targets, write it locally if it corresponds or writes a hint when the node is not available.
 



Copyright © 2012 The Apache Software Foundation