|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowMutation | |
---|---|
org.apache.cassandra.cql | |
org.apache.cassandra.db | |
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.db.migration |
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)
|
Methods in org.apache.cassandra.cql with parameters of type RowMutation | |
---|---|
void |
DeleteStatement.mutationForKey(RowMutation mutation,
java.lang.String keyspace,
java.lang.Long timestamp)
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |