Uses of Class
org.apache.cassandra.service.paxos.Commit.Committed
-
Packages that use Commit.Committed Package Description org.apache.cassandra.service.paxos org.apache.cassandra.service.paxos.uncommitted -
-
Uses of Commit.Committed in org.apache.cassandra.service.paxos
Subclasses of Commit.Committed in org.apache.cassandra.service.paxos Modifier and Type Class Description static classCommit.CommittedWithTTLFields in org.apache.cassandra.service.paxos declared as Commit.Committed Modifier and Type Field Description Commit.CommittedPaxosState.Snapshot. committedFields in org.apache.cassandra.service.paxos with type parameters of type Commit.Committed Modifier and Type Field Description static Commit.CommitSerializer<Commit.Committed>Commit.Committed. serializerMethods in org.apache.cassandra.service.paxos that return Commit.Committed Modifier and Type Method Description static 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.Committed Modifier and Type Method Description static Commit.CommittedCommit.Committed. latestCommitted(Commit.Committed a, Commit.Committed b)Constructors in org.apache.cassandra.service.paxos with parameters of type Commit.Committed Constructor Description PaxosPrepareRefresh(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.Committed Modifier and Type Method Description static Commit.CommittedPaxosRows. getCommitted(TableMetadata metadata, DecoratedKey partitionKey, Row row, long purgeBefore, long overrideTtlSeconds)
-