Package org.apache.cassandra.gms
Class GossipDigestAck2VerbHandler
java.lang.Object
org.apache.cassandra.gms.GossipVerbHandler<GossipDigestAck2>
org.apache.cassandra.gms.GossipDigestAck2VerbHandler
- All Implemented Interfaces:
IVerbHandler<GossipDigestAck2>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoVerb(Message<GossipDigestAck2> message) This method delivers a message to the implementing class (if the implementing class was registered by a call to MessagingService.registerVerbHandlers).
-
Field Details
-
instance
-
-
Constructor Details
-
GossipDigestAck2VerbHandler
public GossipDigestAck2VerbHandler()
-
-
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<GossipDigestAck2>- Overrides:
doVerbin classGossipVerbHandler<GossipDigestAck2>- Parameters:
message- - incoming message that needs handling.
-