Package org.apache.cassandra.db
Class MutationVerbHandler
java.lang.Object
org.apache.cassandra.db.AbstractMutationVerbHandler<Mutation>
org.apache.cassandra.db.MutationVerbHandler
- All Implemented Interfaces:
IVerbHandler<Mutation>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyMutation(Message<Mutation> message, InetAddressAndPort respondToAddress) voidThis method delivers a message to the implementing class (if the implementing class was registered by a call to MessagingService.registerVerbHandlers).Methods inherited from class org.apache.cassandra.db.AbstractMutationVerbHandler
processMessage
-
Field Details
-
instance
-
-
Constructor Details
-
MutationVerbHandler
public MutationVerbHandler()
-
-
Method Details
-
doVerb
Description copied from interface:IVerbHandlerThis method delivers a message to the implementing class (if the implementing class was registered by a call to MessagingService.registerVerbHandlers). Note that the caller should not be holding any locks when calling this method because the implementation may be synchronized.- Specified by:
doVerbin interfaceIVerbHandler<Mutation>- Overrides:
doVerbin classAbstractMutationVerbHandler<Mutation>- Parameters:
message- - incoming message that needs handling.
-
applyMutation
-