public class MutationVerbHandler extends AbstractMutationVerbHandler<Mutation>
Modifier and Type | Field and Description |
---|---|
static MutationVerbHandler |
instance |
Constructor and Description |
---|
MutationVerbHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyMutation(Message<Mutation> message,
InetAddressAndPort respondToAddress) |
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 MutationVerbHandler instance
public void doVerb(Message<Mutation> message)
IVerbHandler
doVerb
in interface IVerbHandler<Mutation>
doVerb
in class AbstractMutationVerbHandler<Mutation>
message
- - incoming message that needs handling.protected void applyMutation(Message<Mutation> message, InetAddressAndPort respondToAddress)
Copyright © 2009- The Apache Software Foundation