Class PaxosPrepare.RequestHandler
java.lang.Object
org.apache.cassandra.service.paxos.PaxosPrepare.RequestHandler
- All Implemented Interfaces:
IVerbHandler<org.apache.cassandra.service.paxos.PaxosPrepare.Request>
- Enclosing class:
- PaxosPrepare
public static class PaxosPrepare.RequestHandler
extends Object
implements IVerbHandler<org.apache.cassandra.service.paxos.PaxosPrepare.Request>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestHandler
public RequestHandler()
-
-
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<org.apache.cassandra.service.paxos.PaxosPrepare.Request>- Parameters:
message- - incoming message that needs handling.
-