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 IWriteResponseHandler StorageProxy.applyCounterMutationOnCoordinator(CounterMutation cm, java.lang.String localDataCenter)
           
static IWriteResponseHandler StorageProxy.applyCounterMutationOnLeader(CounterMutation cm, java.lang.String localDataCenter)
           
static IWriteResponseHandler StorageProxy.mutateCounter(CounterMutation cm, java.lang.String localDataCenter)
          Handle counter mutation on the coordinator host.
 



Copyright © 2012 The Apache Software Foundation