Uses of Class
org.apache.cassandra.service.paxos.cleanup.PaxosCleanupHistory
Packages that use PaxosCleanupHistory
-
Uses of PaxosCleanupHistory in org.apache.cassandra.service.paxos.cleanup
Fields in org.apache.cassandra.service.paxos.cleanup with type parameters of type PaxosCleanupHistoryModifier and TypeFieldDescriptionstatic final IVersionedSerializer<PaxosCleanupHistory>PaxosCleanupHistory.serializerstatic final IVerbHandler<PaxosCleanupHistory>PaxosFinishPrepareCleanup.verbHandlerMethods in org.apache.cassandra.service.paxos.cleanup that return types with arguments of type PaxosCleanupHistoryModifier and TypeMethodDescriptionstatic IVerbHandler<PaxosCleanupHistory>PaxosFinishPrepareCleanup.createVerbHandler(SharedContext ctx) Methods in org.apache.cassandra.service.paxos.cleanup with parameters of type PaxosCleanupHistoryModifier and TypeMethodDescriptionstatic PaxosFinishPrepareCleanupPaxosFinishPrepareCleanup.finish(SharedContext ctx, Collection<InetAddressAndPort> endpoints, PaxosCleanupHistory result) Method parameters in org.apache.cassandra.service.paxos.cleanup with type arguments of type PaxosCleanupHistoryModifier and TypeMethodDescriptionvoidPaxosRepairState.addCleanupHistory(Message<PaxosCleanupHistory> message) voidPaxosStartPrepareCleanup.onResponse(Message<PaxosCleanupHistory> msg)