Package org.apache.cassandra.gms
Class GossipShutdownVerbHandler
- java.lang.Object
-
- org.apache.cassandra.gms.GossipShutdownVerbHandler
-
- All Implemented Interfaces:
IVerbHandler
public class GossipShutdownVerbHandler extends java.lang.Object implements IVerbHandler
-
-
Field Summary
Fields Modifier and Type Field Description static GossipShutdownVerbHandlerinstance
-
Constructor Summary
Constructors Constructor Description GossipShutdownVerbHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoVerb(Message message)This method delivers a message to the implementing class (if the implementing class was registered by a call to MessagingService.registerVerbHandlers).
-
-
-
Field Detail
-
instance
public static final GossipShutdownVerbHandler instance
-
-
Method Detail
-
doVerb
public void doVerb(Message message)
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- Parameters:
message- - incoming message that needs handling.
-
-