Uses of Class
org.apache.cassandra.service.paxos.Commit.Accepted
-
Packages that use Commit.Accepted Package Description org.apache.cassandra.service.paxos org.apache.cassandra.service.paxos.uncommitted -
-
Uses of Commit.Accepted in org.apache.cassandra.service.paxos
Subclasses of Commit.Accepted in org.apache.cassandra.service.paxos Modifier and Type Class Description static classCommit.AcceptedWithTTLstatic classCommit.Agreedstatic classCommit.Committedstatic classCommit.CommittedWithTTLFields in org.apache.cassandra.service.paxos declared as Commit.Accepted Modifier and Type Field Description Commit.AcceptedPaxosState.Snapshot. acceptedFields in org.apache.cassandra.service.paxos with type parameters of type Commit.Accepted Modifier and Type Field Description static Commit.CommitSerializer<Commit.Accepted>Commit.Accepted. serializerMethods in org.apache.cassandra.service.paxos that return Commit.Accepted Modifier and Type Method Description Commit.AcceptedCommit.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.Accepted Modifier and Type Method Description static 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.Accepted Constructor Description Snapshot(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.Accepted Modifier and Type Method Description static Commit.AcceptedPaxosRows. getAccepted(Row row, long purgeBefore, long overrideTtlSeconds)
-