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

Packages that use CounterMutation
org.apache.cassandra.service   
 

Uses of CounterMutation in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service with parameters of type CounterMutation
static void StorageProxy.applyCounterMutationOnCoordinator(CounterMutation cm)
           
static void StorageProxy.applyCounterMutationOnLeader(CounterMutation cm)
           
 

Method parameters in org.apache.cassandra.service with type arguments of type CounterMutation
static void StorageProxy.mutateCounters(java.util.List<CounterMutation> mutations)
          The equivalent of mutate() for counters.
 



Copyright © 2011 The Apache Software Foundation