Package org.apache.cassandra.db
Class ReadRepairVerbHandler
java.lang.Object
org.apache.cassandra.db.AbstractMutationVerbHandler<Mutation>
org.apache.cassandra.db.ReadRepairVerbHandler
- All Implemented Interfaces:
IVerbHandler<Mutation>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cassandra.db.AbstractMutationVerbHandler
processMessage
-
Field Details
-
instance
-
-
Constructor Details
-
ReadRepairVerbHandler
public ReadRepairVerbHandler()
-
-
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.- Throws:
IOException
-