Uses of Class
org.apache.cassandra.service.paxos.cleanup.PaxosStartPrepareCleanup.Request
-
Packages that use PaxosStartPrepareCleanup.Request Package Description org.apache.cassandra.service.paxos.cleanup -
-
Uses of PaxosStartPrepareCleanup.Request in org.apache.cassandra.service.paxos.cleanup
Fields in org.apache.cassandra.service.paxos.cleanup with type parameters of type PaxosStartPrepareCleanup.Request Modifier and Type Field Description static IVerbHandler<PaxosStartPrepareCleanup.Request>PaxosStartPrepareCleanup. verbHandlerMethods in org.apache.cassandra.service.paxos.cleanup that return PaxosStartPrepareCleanup.Request Modifier and Type Method Description PaxosStartPrepareCleanup.RequestPaxosStartPrepareCleanup.RequestSerializer. deserialize(DataInputPlus in, int version)Methods in org.apache.cassandra.service.paxos.cleanup with parameters of type PaxosStartPrepareCleanup.Request Modifier and Type Method Description voidPaxosStartPrepareCleanup.RequestSerializer. serialize(PaxosStartPrepareCleanup.Request request, DataOutputPlus out, int version)longPaxosStartPrepareCleanup.RequestSerializer. serializedSize(PaxosStartPrepareCleanup.Request request, int version)
-