Uses of Package
org.apache.cassandra.service.paxos.uncommitted
-
Packages that use org.apache.cassandra.service.paxos.uncommitted Package Description org.apache.cassandra.service.paxos org.apache.cassandra.service.paxos.uncommitted -
Classes in org.apache.cassandra.service.paxos.uncommitted used by org.apache.cassandra.service.paxos Class Description PaxosBallotTracker Tracks the highest paxos ballot we've seen, and the lowest ballot we can accept.PaxosUncommittedTracker Tracks uncommitted paxos operations to enable operation completion as part of repair by returning an iterator of partition keys with uncommitted paxos operations (and their consistency levels) for a given table and token range(s) There are 2 parts to the uncommitted states it tracks: operations flushed to disk, and updates still in memory. -
Classes in org.apache.cassandra.service.paxos.uncommitted used by org.apache.cassandra.service.paxos.uncommitted Class Description PaxosBallotTracker Tracks the highest paxos ballot we've seen, and the lowest ballot we can accept.PaxosKeyState PaxosStateTracker Tracks uncommitted and ballot high/low boundsPaxosUncommittedTracker Tracks uncommitted paxos operations to enable operation completion as part of repair by returning an iterator of partition keys with uncommitted paxos operations (and their consistency levels) for a given table and token range(s) There are 2 parts to the uncommitted states it tracks: operations flushed to disk, and updates still in memory.PaxosUncommittedTracker.UpdateSupplier UncommittedDataFile UncommittedPaxosKey UncommittedTableData On memtable flush