Uses of Class
org.apache.cassandra.service.paxos.Commit.Committed
Packages that use Commit.Committed
Package
Description
-
Uses of Commit.Committed in org.apache.cassandra.service.paxos
Subclasses of Commit.Committed in org.apache.cassandra.service.paxosFields in org.apache.cassandra.service.paxos declared as Commit.CommittedFields in org.apache.cassandra.service.paxos with type parameters of type Commit.CommittedModifier and TypeFieldDescriptionstatic final Commit.CommitSerializer<Commit.Committed>Commit.Committed.serializerMethods in org.apache.cassandra.service.paxos that return Commit.CommittedModifier and TypeMethodDescriptionstatic Commit.CommittedCommit.Committed.latestCommitted(Commit.Committed a, Commit.Committed b) static Commit.CommittedCommit.Committed.none(DecoratedKey partitionKey, TableMetadata metadata) Methods in org.apache.cassandra.service.paxos with parameters of type Commit.CommittedModifier and TypeMethodDescriptionstatic Commit.CommittedCommit.Committed.latestCommitted(Commit.Committed a, Commit.Committed b) Constructors in org.apache.cassandra.service.paxos with parameters of type Commit.CommittedModifierConstructorDescriptionPaxosPrepareRefresh(Ballot prepared, org.apache.cassandra.service.paxos.Paxos.Participants participants, Commit.Committed latestCommitted, org.apache.cassandra.service.paxos.PaxosPrepareRefresh.Callbacks callbacks) Snapshot(Ballot promised, Ballot promisedWrite, Commit.Accepted accepted, Commit.Committed committed) UnsafeSnapshot(Commit.Committed committed) -
Uses of Commit.Committed in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted that return Commit.CommittedModifier and TypeMethodDescriptionstatic Commit.CommittedPaxosRows.getCommitted(TableMetadata metadata, DecoratedKey partitionKey, Row row, long purgeBefore, long overrideTtlSeconds)