Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
MessageOut<CounterMutation> |
CounterMutation.makeMutationMessage() |
Modifier and Type | Method and Description |
---|---|
void |
CounterMutationVerbHandler.doVerb(MessageIn<CounterMutation> message,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static AbstractWriteResponseHandler |
StorageProxy.applyCounterMutationOnCoordinator(CounterMutation cm,
java.lang.String localDataCenter) |
static AbstractWriteResponseHandler |
StorageProxy.applyCounterMutationOnLeader(CounterMutation cm,
java.lang.String localDataCenter,
java.lang.Runnable callback) |
static AbstractWriteResponseHandler |
StorageProxy.mutateCounter(CounterMutation cm,
java.lang.String localDataCenter)
Handle counter mutation on the coordinator host.
|
Copyright © 2013 The Apache Software Foundation