Uses of Class
org.apache.cassandra.db.CounterMutation
-
Packages that use CounterMutation Package Description org.apache.cassandra.db org.apache.cassandra.service -
-
Uses of CounterMutation in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return CounterMutation Modifier and Type Method Description CounterMutationCounterMutation.CounterMutationSerializer. deserialize(DataInputPlus in, int version)Methods in org.apache.cassandra.db with parameters of type CounterMutation Modifier and Type Method Description voidCounterMutation.CounterMutationSerializer. serialize(CounterMutation cm, DataOutputPlus out, int version)longCounterMutation.CounterMutationSerializer. serializedSize(CounterMutation cm, int version)Method parameters in org.apache.cassandra.db with type arguments of type CounterMutation Modifier and Type Method Description protected voidCounterMutationVerbHandler. applyMutation(Message<CounterMutation> message, InetAddressAndPort respondToAddress) -
Uses of CounterMutation in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type CounterMutation Modifier and Type Method Description static AbstractWriteResponseHandler<IMutation>StorageProxy. applyCounterMutationOnCoordinator(CounterMutation cm, java.lang.String localDataCenter, Dispatcher.RequestTime requestTime)static AbstractWriteResponseHandler<IMutation>StorageProxy. applyCounterMutationOnLeader(CounterMutation cm, java.lang.String localDataCenter, java.lang.Runnable callback, Dispatcher.RequestTime requestTime)static AbstractWriteResponseHandler<IMutation>StorageProxy. mutateCounter(CounterMutation cm, java.lang.String localDataCenter, Dispatcher.RequestTime requestTime)Handle counter mutation on the coordinator host.
-