|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowMutation | |
---|---|
org.apache.cassandra.db | |
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<ColumnOrSuperColumn>> cfmap)
|
Constructors in org.apache.cassandra.db with parameters of type RowMutation | |
---|---|
RowMutationMessage(RowMutation rowMutation)
|
Uses of RowMutation in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service with parameters of type RowMutation | |
---|---|
static void |
StorageProxy.insert(RowMutation rm)
Use this method to have this RowMutation applied across all replicas. |
static void |
StorageProxy.insertBlocking(RowMutation rm,
int consistency_level)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |