public final class HintVerbHandler extends java.lang.Object implements IVerbHandler<HintMessage>
With the non-sstable format, we cannot just stream hint sstables on node decommission. So sometimes, at decommission time, we might have to stream hints to a non-owning host (say, if the owning host B is down during decommission of host A). In that case the handler just stores the received hint in its local hint store.
Modifier and Type | Field and Description |
---|---|
static HintVerbHandler |
instance |
Constructor and Description |
---|
HintVerbHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doVerb(Message<HintMessage> message)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
public static final HintVerbHandler instance
public void doVerb(Message<HintMessage> message)
IVerbHandler
doVerb
in interface IVerbHandler<HintMessage>
message
- - incoming message that needs handling.Copyright © 2009- The Apache Software Foundation