Class ProposeVerbHandler
- java.lang.Object
-
- org.apache.cassandra.service.paxos.v1.AbstractPaxosVerbHandler
-
- org.apache.cassandra.service.paxos.v1.ProposeVerbHandler
-
- All Implemented Interfaces:
IVerbHandler<Commit>
public class ProposeVerbHandler extends AbstractPaxosVerbHandler implements IVerbHandler<Commit>
-
-
Field Summary
Fields Modifier and Type Field Description static ProposeVerbHandlerinstance
-
Constructor Summary
Constructors Constructor Description ProposeVerbHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.BooleandoPropose(Commit proposal)-
Methods inherited from class org.apache.cassandra.service.paxos.v1.AbstractPaxosVerbHandler
doVerb
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.net.IVerbHandler
doVerb
-
-
-
-
Field Detail
-
instance
public static final ProposeVerbHandler instance
-
-
Method Detail
-
doPropose
public static java.lang.Boolean doPropose(Commit proposal)
-
-