|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMutation | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service |
Uses of IMutation in org.apache.cassandra.db |
---|
Classes in org.apache.cassandra.db that implement IMutation | |
---|---|
class |
CounterMutation
|
class |
RowMutation
|
Uses of IMutation in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service with parameters of type IMutation | |
---|---|
static IWriteResponseHandler |
StorageProxy.performWrite(IMutation mutation,
ConsistencyLevel consistency_level,
java.lang.String localDataCenter,
org.apache.cassandra.service.StorageProxy.WritePerformer performer)
Perform the write of a mutation given a WritePerformer. |
Method parameters in org.apache.cassandra.service with type arguments of type IMutation | |
---|---|
static void |
StorageProxy.mutate(java.util.List<? extends IMutation> mutations,
ConsistencyLevel consistency_level)
Use this method to have these Mutations applied across all replicas. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |