public class ReadRepairVerbHandler extends AbstractMutationVerbHandler<Mutation>
Modifier and Type | Field and Description |
---|---|
static ReadRepairVerbHandler |
instance |
Constructor and Description |
---|
ReadRepairVerbHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doVerb(Message<Mutation> message)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
processMessage
public static final ReadRepairVerbHandler instance
public void doVerb(Message<Mutation> message) throws java.io.IOException
IVerbHandler
doVerb
in interface IVerbHandler<Mutation>
doVerb
in class AbstractMutationVerbHandler<Mutation>
message
- - incoming message that needs handling.java.io.IOException
Copyright © 2009- The Apache Software Foundation