Class AbstractPaxosVerbHandler
java.lang.Object
org.apache.cassandra.service.paxos.v1.AbstractPaxosVerbHandler
- All Implemented Interfaces:
IVerbHandler<Commit>
- Direct Known Subclasses:
PrepareVerbHandler,ProposeVerbHandler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractPaxosVerbHandler
public AbstractPaxosVerbHandler()
-
-
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<Commit>- Parameters:
message- - incoming message that needs handling.
-