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

Packages that use CounterMutation
org.apache.cassandra.db   
org.apache.cassandra.service   
 

Uses of CounterMutation in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return types with arguments of type CounterMutation
 MessageOut<CounterMutation> CounterMutation.makeMutationMessage()
           
 

Method parameters in org.apache.cassandra.db with type arguments of type CounterMutation
 void CounterMutationVerbHandler.doVerb(MessageIn<CounterMutation> message, java.lang.String id)
           
 

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



Copyright © 2012 The Apache Software Foundation