Uses of Package
org.apache.cassandra.service.paxos.uncommitted
Packages that use org.apache.cassandra.service.paxos.uncommitted
Package
Description
-
Classes in org.apache.cassandra.service.paxos.uncommitted used by org.apache.cassandra.service.paxosClassDescriptionTracks the highest paxos ballot we've seen, and the lowest ballot we can accept.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.uncommittedClassDescriptionTracks the highest paxos ballot we've seen, and the lowest ballot we can accept.Tracks uncommitted and ballot high/low boundsTracks 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.On memtable flush