Uses of Class
org.apache.cassandra.service.paxos.cleanup.PaxosStartPrepareCleanup
-
Packages that use PaxosStartPrepareCleanup Package Description org.apache.cassandra.service.paxos.cleanup -
-
Uses of PaxosStartPrepareCleanup in org.apache.cassandra.service.paxos.cleanup
Methods in org.apache.cassandra.service.paxos.cleanup that return PaxosStartPrepareCleanup Modifier and Type Method Description static PaxosStartPrepareCleanupPaxosStartPrepareCleanup. prepare(TableId tableId, java.util.Collection<InetAddressAndPort> endpoints, EndpointState localEpState, java.util.Collection<Range<Token>> ranges)We run paxos repair as part of topology changes, so we include the local endpoint state in the paxos repair prepare message to prevent racing with gossip dissemination and guarantee that every repair participant is aware of the pending ring change during repair.
-