Uses of Class
org.apache.cassandra.service.paxos.Commit.Accepted
Packages that use Commit.Accepted
Package
Description
-
Uses of Commit.Accepted in org.apache.cassandra.service.paxos
Subclasses of Commit.Accepted in org.apache.cassandra.service.paxosModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classFields in org.apache.cassandra.service.paxos declared as Commit.AcceptedFields in org.apache.cassandra.service.paxos with type parameters of type Commit.AcceptedModifier and TypeFieldDescriptionstatic final Commit.CommitSerializer<Commit.Accepted>Commit.Accepted.serializerMethods in org.apache.cassandra.service.paxos that return Commit.AcceptedModifier and TypeMethodDescriptionCommit.Proposal.accepted()static Commit.AcceptedCommit.Accepted.latestAccepted(Commit.Accepted a, Commit.Accepted b) LikeCommit.latest(Commit, Commit)but also takes into account deletion timestatic Commit.AcceptedCommit.Accepted.none(DecoratedKey partitionKey, TableMetadata metadata) Methods in org.apache.cassandra.service.paxos with parameters of type Commit.AcceptedModifier and TypeMethodDescriptionstatic Commit.AcceptedCommit.Accepted.latestAccepted(Commit.Accepted a, Commit.Accepted b) LikeCommit.latest(Commit, Commit)but also takes into account deletion timeConstructors in org.apache.cassandra.service.paxos with parameters of type Commit.AcceptedModifierConstructorDescriptionSnapshot(Ballot promised, Ballot promisedWrite, Commit.Accepted accepted, Commit.Committed committed) -
Uses of Commit.Accepted in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted that return Commit.AcceptedModifier and TypeMethodDescriptionstatic Commit.AcceptedPaxosRows.getAccepted(Row row, long purgeBefore, long overrideTtlSeconds)