Uses of Class
org.apache.cassandra.db.CounterMutation
Packages that use CounterMutation
-
Uses of CounterMutation in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return CounterMutationModifier and TypeMethodDescriptionCounterMutation.CounterMutationSerializer.deserialize(DataInputPlus in, int version) Methods in org.apache.cassandra.db with parameters of type CounterMutationModifier and TypeMethodDescriptionvoidCounterMutation.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 CounterMutationModifier and TypeMethodDescriptionprotected 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 CounterMutationModifier and TypeMethodDescriptionStorageProxy.applyCounterMutationOnCoordinator(CounterMutation cm, String localDataCenter, Dispatcher.RequestTime requestTime) StorageProxy.applyCounterMutationOnLeader(CounterMutation cm, String localDataCenter, Runnable callback, Dispatcher.RequestTime requestTime) StorageProxy.mutateCounter(CounterMutation cm, String localDataCenter, Dispatcher.RequestTime requestTime) Handle counter mutation on the coordinator host.