Uses of Interface
org.apache.cassandra.service.paxos.uncommitted.PaxosUncommittedTracker.UpdateSupplier
-
Packages that use PaxosUncommittedTracker.UpdateSupplier Package Description org.apache.cassandra.service.paxos.uncommitted -
-
Uses of PaxosUncommittedTracker.UpdateSupplier in org.apache.cassandra.service.paxos.uncommitted
Classes in org.apache.cassandra.service.paxos.uncommitted that implement PaxosUncommittedTracker.UpdateSupplier Modifier and Type Class Description classPaxosUncommittedIndexA 2i implementation made specifically for system.paxos that listens for changes to paxos state by interpreting mutations against system.paxos and updates the uncommitted tracker accordingly.Methods in org.apache.cassandra.service.paxos.uncommitted that return PaxosUncommittedTracker.UpdateSupplier Modifier and Type Method Description static PaxosUncommittedTracker.UpdateSupplierPaxosUncommittedTracker. unsafGetUpdateSupplier()Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type PaxosUncommittedTracker.UpdateSupplier Modifier and Type Method Description static voidPaxosUncommittedTracker. unsafSetUpdateSupplier(PaxosUncommittedTracker.UpdateSupplier updateSupplier)
-