Uses of Class
org.apache.cassandra.service.paxos.cleanup.PaxosCleanupHistory
-
Packages that use PaxosCleanupHistory Package Description org.apache.cassandra.service.paxos.cleanup -
-
Uses of PaxosCleanupHistory in org.apache.cassandra.service.paxos.cleanup
Fields in org.apache.cassandra.service.paxos.cleanup with type parameters of type PaxosCleanupHistory Modifier and Type Field Description static IVersionedSerializer<PaxosCleanupHistory>PaxosCleanupHistory. serializerstatic IVerbHandler<PaxosCleanupHistory>PaxosFinishPrepareCleanup. verbHandlerMethods in org.apache.cassandra.service.paxos.cleanup with parameters of type PaxosCleanupHistory Modifier and Type Method Description static PaxosFinishPrepareCleanupPaxosFinishPrepareCleanup. finish(java.util.Collection<InetAddressAndPort> endpoints, PaxosCleanupHistory result)Method parameters in org.apache.cassandra.service.paxos.cleanup with type arguments of type PaxosCleanupHistory Modifier and Type Method Description voidPaxosStartPrepareCleanup. onResponse(Message<PaxosCleanupHistory> msg)
-