|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RowMutation.RowMutationSerializer.deserialize(java.io.DataInputStream dis)
|
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 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. |
void |
RowMutation.RowMutationSerializer.serialize(RowMutation rm,
java.io.DataOutputStream dos)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |